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
*
Move RSA_generate_key() from rsa_depr.c to rsa_gen.c
tb
2023-04-13
2
-34
/
+35
*
Move a few functions out of OPENSSL_NO_DEPRECATED
tb
2023-04-09
2
-8
/
+6
*
Add a few missing braces
tb
2023-04-05
1
-4
/
+7
*
Set up the RSA's _method_mod_n before the initial blinding
tb
2023-04-05
1
-11
/
+13
*
Convert BN_copy() with missing error checks to bn_copy()
tb
2023-03-27
1
-2
/
+3
*
Pull in <openssl/rsa.h> directly
tb
2023-03-25
1
-1
/
+2
*
Remove a few extra spaces
tb
2023-03-11
1
-2
/
+2
*
Call BN_free() instead of BN_clear_free().
jsing
2023-03-07
1
-9
/
+9
*
Fix incorrect RSA_public_decrypt() return check
tb
2023-03-06
1
-4
/
+8
*
spelling fixes; from paul tagliamonte
jmc
2022-12-26
1
-2
/
+2
*
Make internal header file names consistent
tb
2022-11-26
14
-41
/
+41
*
Rename out to err to conform with standard naming scheme.
tobhe
2022-11-08
1
-4
/
+4
*
Fix leak of pk if EVP_PKEY_set1_RSA() fails.
tobhe
2022-11-08
1
-5
/
+9
*
Remove mkerr.pl remnants from LibreSSL
kn
2022-07-12
2
-12
/
+2
*
Expose new API in headers.
tb
2022-07-07
1
-3
/
+1
*
Sync with changes in dsa_meth.c
tb
2022-07-04
2
-11
/
+12
*
Prepare to provide EVP_PKEY_security_bits()
tb
2022-06-27
1
-1
/
+8
*
Prepare to provide RSA_security_bits()
tb
2022-06-27
2
-2
/
+12
*
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
[next]