index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
rsa
Age
Commit message (
Expand
)
Author
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-11-08
Rename out to err to conform with standard naming scheme.
Tobias Heider
2022-11-08
Fix leak of pk if EVP_PKEY_set1_RSA() fails.
Tobias Heider
2022-07-12
Remove mkerr.pl remnants from LibreSSL
Klemens Nanni
2022-07-07
Expose new API in headers.
Theo Buehler
2022-07-04
Sync with changes in dsa_meth.c
Theo Buehler
2022-06-27
Prepare to provide EVP_PKEY_security_bits()
Theo Buehler
2022-06-27
Prepare to provide RSA_security_bits()
Theo Buehler
2022-02-20
Fix a buffer overread in OAEP padding removal
Theo Buehler
2022-01-20
Fix check for BN_mod_inverse_ct return value
Kinichiro Inoguchi
2022-01-20
Add check for BN_sub return value
Kinichiro Inoguchi
2022-01-20
Fix check for BN_mod_inverse_ct return value
Kinichiro Inoguchi
2022-01-14
Make RSA, RSA_PSS_PARAMS and RSA_METHOD opaque
Theo Buehler
2022-01-14
Remove obsolete key formats
Theo Buehler
2022-01-14
Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_API
Theo Buehler
2022-01-10
Prepare to provide EVP_PKEY_check()
Theo Buehler
2022-01-10
Check that the RSA exponent is neither even nor 1 in RSA_check_key()
Theo Buehler
2022-01-07
include asn1_locl.h where it will be needed for the bump.
Theo Buehler
2022-01-07
Prepare to make RSA and RSA_METHOD opaque by including rsa_locl.h
Theo Buehler
2022-01-05
Prepare to provide a number of RSA accessors
Theo Buehler
2021-12-26
Consistently call BN_init() before BN_with_flags()
Theo Buehler
2021-12-12
Include evp_locl.h where it will be needed once most structs from
Theo Buehler
2021-12-04
Add #include "bn_lcl.h" to the files that will soon need it.
Theo Buehler
2021-11-01
Move the now internal X.509-related structs into x509_lcl.h.
Theo Buehler
2021-05-14
whitespace/KNF
Theo Buehler
2020-01-17
Free pss in RSA_free
Kinichiro Inoguchi
2019-11-20
Fix rsa key output format
Kinichiro Inoguchi
2019-11-04
Reshuffle RSA_PSS_PARAMS and RSA_OAEP_PARAMS to avoid duplicate typedef.
Joel Sing
2019-11-02
Bring back some icky buffer allocation code so that pkey_rsa_print()
Joel Sing
2019-11-02
Provide RSA_PKCS1_OpenSSL().
Joel Sing
2019-11-02
Make RSA_padding_{add,check}_PKCS1_OAEP_mgf1() public.
Joel Sing
2019-11-02
Make RSA_OAEP_PARAMs public.
Joel Sing
2019-11-01
Add RSA CMS support.
Joel Sing
2019-11-01
Update RSA ASN.1 code to handle RSA-PSS.
Joel Sing
2019-11-01
Clean up RSA_new_method().
Joel Sing
2019-10-31
Add CMS controls for RSA.
Joel Sing
2019-10-31
Add support for RSA-PSS.
Joel Sing
2019-10-31
Move RSA min modulus to a define and increase from 256 to 512 bits.
Joel Sing
2019-10-31
Fix indent and indent before labels.
Joel Sing
2019-10-31
Use braces where a statement has both multi-line and single-line blocks.
Joel Sing
2019-10-31
Add additional validation of key size, message digest size and public
Joel Sing
2019-10-31
Clean up some code.
Joel Sing
2019-10-31
Avoid potentially leaking pub_exp in pkey_rsa_copy().
Joel Sing
2019-10-29
Add two controls that were missed in the previous commit.
Joel Sing
2019-10-29
Update RSA OAEP code.
Joel Sing
2019-10-25
Free maskHash when RSA_PSS_PARAMS is freed.
Joel Sing
2019-10-24
Provide RSA_OAEP_PARAMS along with ASN.1 encoding/decoding.
Joel Sing
2019-10-24
Add RSA_PSS_PARAMS pointer to RSA struct.
Joel Sing
2019-10-24
Add maskHash field to RSA_PSS_PARAMS.
Joel Sing
2019-10-24
Provide RSA_pkey_ctx_ctrl().
Joel Sing
[next]