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
/
rsa_pmeth.c
Age
Commit message (
Expand
)
Author
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-09-09
Provide EVP_PKEY_CTX_get_signature_md() macro and implement the
Joel Sing
2018-09-05
use timing-safe compares for checking results in signature verification
Damien Miller
2017-08-28
Remove RSA_padding_add_SSLv23()/RSA_padding_check_SSLv23() and related
Joel Sing
2017-01-29
Send the function codes from the error functions to the bit bucket,
Bob Beck
2016-10-19
unifdef OPENSSL_NO_CMS
Joel Sing
2015-06-20
Remove obsolete MDC-2DES from libcrypto.
Doug Hogan
2015-02-11
Guenther has plans for OPENSSL_NO_CMS, so revert this for the moment.
Bob Beck
2015-02-11
get rid of OPENSSL_NO_CMS code we do not use.
Bob Beck
2014-07-11
Only import cryptlib.h in the four source files that actually need it.
Joel Sing
2014-07-10
Explicitly include <openssl/opensslconf.h> in every file that references
Joel Sing
2014-07-10
Stop including standard headers via cryptlib.h - pull in the headers that
Joel Sing
2014-07-10
BN_free, BN_clear_free, BN_CTX_free, BN_BLINDING_free and BN_MONT_CTX_free
Joel Sing
2014-07-09
More KNF.
Joel Sing
2014-07-09
KNF
Miod Vallat
2014-06-12
replace atoi() calls with strtol(). Follow the idiomatic pattern in our
Theo de Raadt
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
2014-05-30
no need for null check before free. from Brendan MacDonell
Ted Unangst
2014-05-17
switch RSA key generation default to 2048 bits (matching ssh); ok miod@
Stuart Henderson
2014-04-27
Use C99 initializers for the various FOO_METHOD structs. More readable, and
Miod Vallat
2014-04-17
Change library to use intrinsic memory allocation functions instead of
Bob Beck
2014-04-15
remove FIPS mode support. people who require FIPS can buy something that
Ted Unangst
2010-10-01
import OpenSSL-1.0.0a
Damien Miller