index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
OPENBSD_7_7
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libcrypto
/
rsa
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a buffer overread in OAEP padding removal
tb
2022-02-20
1
-11
/
+11
*
Fix check for BN_mod_inverse_ct return value
inoguchi
2022-01-20
2
-5
/
+5
*
Add check for BN_sub return value
inoguchi
2022-01-20
1
-2
/
+3
*
Make RSA, RSA_PSS_PARAMS and RSA_METHOD opaque
tb
2022-01-14
2
-82
/
+78
*
Remove obsolete key formats
tb
2022-01-14
1
-13
/
+1
*
Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_API
tb
2022-01-14
1
-3
/
+1
*
Prepare to provide EVP_PKEY_check()
tb
2022-01-10
1
-4
/
+14
*
Check that the RSA exponent is neither even nor 1 in RSA_check_key()
tb
2022-01-10
1
-1
/
+10
*
include asn1_locl.h where it will be needed for the bump.
tb
2022-01-07
1
-1
/
+2
*
Prepare to make RSA and RSA_METHOD opaque by including rsa_locl.h
tb
2022-01-07
7
-7
/
+15
*
Prepare to provide a number of RSA accessors
tb
2022-01-05
2
-2
/
+67
*
Consistently call BN_init() before BN_with_flags()
tb
2021-12-26
2
-2
/
+6
*
Include evp_locl.h where it will be needed once most structs from
tb
2021-12-12
2
-2
/
+5
*
Add #include "bn_lcl.h" to the files that will soon need it.
tb
2021-12-04
2
-2
/
+5
*
Move the now internal X.509-related structs into x509_lcl.h.
tb
2021-11-01
1
-1
/
+2
*
whitespace/KNF
tb
2021-05-14
1
-4
/
+4
*
Free pss in RSA_free
inoguchi
2020-01-17
1
-1
/
+2
*
Fix rsa key output format
inoguchi
2019-11-20
1
-5
/
+12
*
Reshuffle RSA_PSS_PARAMS and RSA_OAEP_PARAMS to avoid duplicate typedef.
jsing
2019-11-04
1
-21
/
+19
*
Bring back some icky buffer allocation code so that pkey_rsa_print()
jsing
2019-11-02
1
-9
/
+41
*
Provide RSA_PKCS1_OpenSSL().
jsing
2019-11-02
2
-3
/
+9
*
Make RSA_padding_{add,check}_PKCS1_OAEP_mgf1() public.
jsing
2019-11-02
2
-9
/
+8
*
Make RSA_OAEP_PARAMs public.
jsing
2019-11-02
2
-17
/
+17
*
Add RSA CMS support.
jsing
2019-11-01
3
-5
/
+262
*
Update RSA ASN.1 code to handle RSA-PSS.
jsing
2019-11-01
4
-302
/
+389
*
Clean up RSA_new_method().
jsing
2019-11-01
1
-40
/
+24
*
Add CMS controls for RSA.
jsing
2019-10-31
1
-1
/
+8
*
Add support for RSA-PSS.
jsing
2019-10-31
5
-65
/
+370
*
Move RSA min modulus to a define and increase from 256 to 512 bits.
jsing
2019-10-31
2
-4
/
+6
*
Fix indent and indent before labels.
jsing
2019-10-31
1
-5
/
+5
*
Use braces where a statement has both multi-line and single-line blocks.
jsing
2019-10-31
1
-8
/
+13
*
Add additional validation of key size, message digest size and public
jsing
2019-10-31
1
-3
/
+17
*
Clean up some code.
jsing
2019-10-31
1
-11
/
+13
*
Avoid potentially leaking pub_exp in pkey_rsa_copy().
jsing
2019-10-31
1
-4
/
+4
*
Add two controls that were missed in the previous commit.
jsing
2019-10-29
1
-1
/
+13
*
Update RSA OAEP code.
jsing
2019-10-29
2
-21
/
+124
*
Free maskHash when RSA_PSS_PARAMS is freed.
jsing
2019-10-25
1
-3
/
+23
*
Provide RSA_OAEP_PARAMS along with ASN.1 encoding/decoding.
jsing
2019-10-24
2
-2
/
+97
*
Add RSA_PSS_PARAMS pointer to RSA struct.
jsing
2019-10-24
1
-1
/
+8
*
Add maskHash field to RSA_PSS_PARAMS.
jsing
2019-10-24
1
-1
/
+4
*
Provide RSA_pkey_ctx_ctrl().
jsing
2019-10-24
2
-2
/
+19
*
Sync RSA_padding_check_PKCS1_OAEP_mgf1().
jsing
2019-10-17
1
-64
/
+111
*
Use EVP_MAX_MD_SIZE instead of SHA_DIGEST_LENGTH and remove OPENSSL_NO_SHA*
jsing
2019-10-09
1
-7
/
+2
*
Provide internal RSA_padding_{add,check}_PKCS1_OAEP_mgf1() functions.
jsing
2019-10-04
2
-10
/
+90
*
Move towards making RSA OAEP functions handle arbitrary message digests.
jsing
2019-10-03
1
-53
/
+59
*
Provide EVP_PKEY_CTX_get_signature_md() macro and implement the
jsing
2019-09-09
1
-1
/
+5
*
provide getters and setters for the RSA_METHOD interface
gilles
2019-06-05
2
-2
/
+220
*
Add some accessor functions:
djm
2018-09-12
2
-2
/
+22
*
use timing-safe compares for checking results in signature verification
djm
2018-09-05
4
-9
/
+10
*
Add consts to EVP_PKEY_asn1_set_private()
tb
2018-08-24
1
-2
/
+2
[next]