index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
rsa
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add selection support to the provider keymgmt_dup function
Tomas Mraz
2021-04-15
2
-22
/
+30
*
Implement provider-side keymgmt_dup function
Tomas Mraz
2021-04-15
2
-93
/
+96
*
Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().
Shane Lontis
2021-04-12
1
-1
/
+1
*
Update copyright year
Matt Caswell
2021-04-08
5
-5
/
+5
*
Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITS
Matt Caswell
2021-03-30
1
-1
/
+0
*
Implement EVP_PKEY_dup() function
Tomas Mraz
2021-03-28
2
-2
/
+115
*
Remove RSA bignum_data that is not used anywhere
Tomas Mraz
2021-03-28
2
-6
/
+0
*
RSA-PSS: When printing parameters, always print the trailerfield ASN.1 value
Richard Levitte
2021-03-26
1
-1
/
+1
*
Dual 1024-bit exponentiation optimization for Intel IceLake CPU
Andrey Matyukov
2021-03-22
1
-6
/
+11
*
PROV: Add type specific PKCS#8 decoding to the DER->key decoders
Richard Levitte
2021-03-19
3
-149
/
+181
*
Add ossl_rsa symbols
Shane Lontis
2021-03-18
11
-63
/
+66
*
Add ossl_asn1 symbols
Shane Lontis
2021-03-18
1
-9
/
+9
*
Fix misc external ossl_ symbols.
Shane Lontis
2021-03-18
2
-3
/
+4
*
Fix up issues found when running evp_extra_test with a non-default library co...
Jon Spillett
2021-03-17
2
-6
/
+7
*
Tiny clarification of comment for RSA_sign
div2016bit
2021-03-15
1
-1
/
+1
*
Remove TODO in rsa_ameth.c
Shane Lontis
2021-03-14
1
-9
/
+2
*
Always check CRYPTO_LOCK_{read,write}_lock
Rich Salz
2021-03-14
1
-1
/
+2
*
Update copyright year
Matt Caswell
2021-03-11
5
-5
/
+5
*
ossl_rsa_sp800_56b_check_public: Be more lenient with small keys
Tomas Mraz
2021-03-03
1
-3
/
+7
*
Remove RSA SSLv23 padding mode
Rich Salz
2021-03-01
5
-206
/
+1
*
Fix external symbols for bn
Shane Lontis
2021-02-26
2
-9
/
+10
*
Cleanup of some of the EVP_PKEY_CTX_ctrl related TODOs
Tomas Mraz
2021-02-24
1
-5
/
+2
*
Fix missing EOL at the end of the rsa/build.info
Tomas Mraz
2021-02-24
1
-1
/
+1
*
EVP: Adapt the RSA specific EVP_PKEY_CTX setter / getter functions
Richard Levitte
2021-02-23
1
-464
/
+207
*
Update copyright year
Matt Caswell
2021-02-18
4
-4
/
+4
*
Fix the RSA_SSLV23_PADDING padding type
Matt Caswell
2021-02-16
1
-2
/
+8
*
Remove dead code in rsa_pkey_ctrl.
Shane Lontis
2021-02-14
1
-8
/
+0
*
Use ERR_R_*_LIB instead of ERR_LIB_* as reason code for sub-libraries
Richard Levitte
2021-02-12
1
-1
/
+1
*
RSA: properly generate algorithm identifier for RSA-PSS signatures
Tomas Mraz
2021-02-05
3
-4
/
+12
*
EVP: fix keygen for EVP_PKEY_RSA_PSS
Daniel Bevenius
2021-01-28
1
-1
/
+66
*
Fix rsa_pss_asn1_meth to refert to rsa_sig_info_set
Dr. David von Oheimb
2021-01-28
1
-1
/
+1
*
Update copyright year
Richard Levitte
2021-01-28
4
-4
/
+4
*
Clean away unnecessary length related OSSL_PARAM key names
Richard Levitte
2021-01-26
1
-3
/
+2
*
bn: Deprecate the X9.31 RSA key generation related functions
Tomas Mraz
2021-01-25
2
-2
/
+5
*
Remove pkey_downgrade from PKCS7 code
Shane Lontis
2021-01-20
1
-13
/
+0
*
Correct typo in rsa_oaep.c
Daniel Bevenius
2021-01-15
1
-1
/
+1
*
DECODER: Adjust the library context of keys in our decoders
Richard Levitte
2020-12-17
1
-0
/
+5
*
RSA: correct digestinfo_ripemd160_der[]
Richard Levitte
2020-11-30
1
-4
/
+4
*
Update copyright year
Matt Caswell
2020-11-26
1
-1
/
+1
*
ERR: Rebuild all generated error headers and source files
Richard Levitte
2020-11-24
1
-1
/
+2
*
Deprecate RSA harder
Richard Levitte
2020-11-18
2
-1
/
+6
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
20
-205
/
+181
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
8
-17
/
+17
*
Remove CMS recipient info information out of the algorithm implementations
Matt Caswell
2020-10-15
1
-8
/
+0
*
Move CMS signing code out of the algorithms and into CMS
Matt Caswell
2020-10-15
1
-77
/
+9
*
Move CMS enveloping code out of the algorithms and into CMS
Matt Caswell
2020-10-15
1
-237
/
+7
*
rsa: add ossl_ prefix to internal rsa_ calls.
Pauli
2020-10-07
17
-221
/
+232
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
5
-36
/
+25
*
rsa_mp_coeff_names should only have one entry in it for fips mode.
Shane Lontis
2020-10-01
1
-1
/
+1
*
en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM management
jwalch
2020-09-25
2
-7
/
+33
[next]