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
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
...
*
Merge remainder of rsa_crpt.c into rsa_eay.c
tb
2023-08-09
2
-128
/
+54
*
Move RSA blinding API from rsa_crpt.c to rsa_blinding.c
tb
2023-08-09
2
-102
/
+102
*
Move RSA_blinding_{on,off}() to the bottom of the file
tb
2023-08-09
1
-29
/
+29
*
Move bn_blind.c to rsa_blinding.c
tb
2023-08-09
2
-1
/
+269
*
Merge BN_BLINDING_create_param() into BN_BLINDING_new()
tb
2023-08-09
1
-2
/
+2
*
Drop the unused BN_BLINDING argument of BN_BLINDING_create_param()
tb
2023-08-08
1
-4
/
+5
*
Simplify RSA_setup_blinding()
tb
2023-08-08
1
-21
/
+16
*
Drop the _ex from BN_BLINDING_{convert,invert}_ex()
tb
2023-08-02
1
-6
/
+6
*
Make BN_BLINDING internal
tb
2023-07-28
4
-6
/
+7
*
Add missing license for rsa_local.h
tb
2023-07-21
1
-1
/
+57
*
Hide symbols in rsa
beck
2023-07-08
16
-18
/
+129
*
Rename RSA_eay_* to rsa_*.
jsing
2023-07-07
1
-44
/
+33
*
Mop up remaining uses of ASN1_bn_print()
tb
2023-07-07
1
-41
/
+10
*
Add missing rsa_security_bit() handler to the RSA-PSS ASN1_METHOD
tb
2023-05-19
1
-1
/
+2
*
Salt shares the blame of the continued existence of the X9.31 padding mode
tb
2023-05-05
1
-2
/
+2
*
Add back support for RSA_X931_PADDING
tb
2023-05-05
3
-65
/
+127
*
Bring back the X9.31 padding helpers
tb
2023-05-05
1
-0
/
+164
*
Remove X9.31 support
tb
2023-04-25
2
-173
/
+1
*
Wire up truncated SHA-2, SHA-3 and related things
tb
2023-04-25
1
-1
/
+8
*
Bring includes into canonical order
tb
2023-04-18
1
-2
/
+3
*
Move some includes out of OPENSSL_NO_DEPRECATED
tb
2023-04-18
1
-3
/
+1
*
Stop supporting the long-retired X9.31 standard
tb
2023-04-15
2
-113
/
+57
*
Prepare rsa.h for X9.31 support removal
tb
2023-04-15
1
-1
/
+5
*
The NBs have been duly noted and ignored. Drop them.
tb
2023-04-13
1
-14
/
+1
*
Remove files that definitely contain no code anymore
tb
2023-04-13
1
-68
/
+0
*
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
[prev]
[next]