summaryrefslogtreecommitdiffstats
path: root/crypto/rsaprivkey.asn1
blob: 4ce06758e8af758de779b276663e5c7d6118e470 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
RsaPrivKey ::= SEQUENCE {
	version		INTEGER,
	n		INTEGER ({ rsa_get_n }),
	e		INTEGER ({ rsa_get_e }),
	d		INTEGER ({ rsa_get_d }),
	prime1		INTEGER ({ rsa_get_p }),
	prime2		INTEGER ({ rsa_get_q }),
	exponent1	INTEGER ({ rsa_get_dp }),
	exponent2	INTEGER ({ rsa_get_dq }),
	coefficient	INTEGER ({ rsa_get_qinv })
}
2-linux.git/commit/security?id=f4b626d6de15149329332796e96709e0c4c84577'>LoadPin: Report friendly block device nameKees Cook2018-10-191-1/+4 * | | Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds2018-10-252-7/+11 |\ \ \ | * | | Smack: Mark expected switch fall-throughGustavo A. R. Silva2018-09-191-1/+1 | * | | Smack: ptrace capability use fixesCasey Schaufler2018-09-191-3/+10 | * | | Smack: remove set but not used variable 'root_inode'YueHaibing2018-09-181-3/+0Star * | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-259-43/+54 |\ \ \ \ | * | | | ima: open a new file instance if no read permissionsGoldwyn Rodrigues2018-10-101-20/+34 | * | | | ima: fix showing large 'violations' or 'runtime_measurements_count'Eric Biggers2018-10-101-3/+3 | * | | | security/integrity: remove unnecessary 'init_keyring' variableEric Biggers2018-10-101-7/+1Star | * | | | security/integrity: constify some read-only dataEric Biggers2018-10-108-13/+16 | |/ / / * | | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-248-25/+50 |\ \ \ \ | | |/ / | |/| | | * | | LSM: Don't ignore initialization failuresKees Cook2018-10-111-1/+3 | * | | LSM: Provide init debugging infrastructureKees Cook2018-10-111-0/+18 | * | | LSM: Record LSM name in struct lsm_infoKees Cook2018-10-115-0/+5 | * | | LSM: Convert security_initcall() into DEFINE_LSM()Kees Cook2018-10-115-5/+15 | * | | LSM: Convert from initcall to struct lsm_infoKees Cook2018-10-112-9/+6Star | * | | LSM: Remove initcall tracingKees Cook2018-10-111-7/+1Star | * | | LSM: Rename .security_initcall section to .lsm_infoKees Cook2018-10-111-2/+2 | * | | LSM: Correctly announce start of LSM initializationKees Cook2018-10-111-1/+2 | |/ / | * | security: tomoyo: Fix obsolete functionDing Xiang2018-09-041-1/+2 | * | Merge tag 'v4.19-rc2' into next-generalJames Morris2018-09-0446-383/+427 | |\| | * | security/capabilities: remove check for -EINVALChristian Brauner2018-08-291-3/+0Star * | | Merge tag 'selinux-pr-20181022' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-245-111/+88Star |\ \ \ | * | | selinux: Add __GFP_NOWARN to allocation at str_read()Tetsuo Handa2018-09-131-1/+1 | * | | selinux: refactor mls_context_to_sid() and make it stricterJann Horn2018-09-053-110/+82Star | * | | selinux: fix mounting of cgroup2 under older policiesStephen Smalley2018-09-051-0/+5 | | |/ | |/| * | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-244-4/+4 |\ \ \ | * | | signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-034-4/+4 | |/ / * | | Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct membe...Lubomir Rintel2018-09-251-1/+1 * | | Revert "x86/mm/legacy: Populate the user page-table with user pgd's"Joerg Roedel2018-09-14