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
Age
Commit message (
Expand
)
Author
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
In rsa_pmeth.c rev. 1.30, jsing@ set the minimum RSA key length
Ingo Schwarze
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
In rsa.h rev. 1.41, jsing@ provided RSA_pkey_ctx_ctrl(3).
Ingo Schwarze
2019-10-29
merge documentation for several macros EVP_PKEY_CTX_*_rsa_oaep_*(3)
Ingo Schwarze
2019-10-29
merge documentation for EVP_PKEY_CTX_set1_id(3), EVP_PKEY_CTX_get1_id(3),
Ingo Schwarze
2019-10-29
merge documentation of EVP_PKEY_CTX_set_ec_param_enc(3)
Ingo Schwarze
2019-10-29
correct HISTORY of some RSA control macros
Ingo Schwarze
2019-10-29
list supported algorithm ids and clarify how the engine argument is used
Ingo Schwarze
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-29
Provide EVP_PKEY_CTX_md().
Joel Sing
2019-10-25
Free maskHash when RSA_PSS_PARAMS is freed.
Joel Sing
2019-10-24
Provide ASN1_TYPE_{,un}pack_sequence().
Joel Sing
2019-10-24
Provide RSA_OAEP_PARAMS along with ASN.1 encoding/decoding.
Joel Sing
2019-10-24
Bump libcrypto, libssl and libtls majors due to changes in struct sizes
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
2019-10-24
Add EVP_PKEY_RSA_PSS.
Joel Sing
2019-10-17
Sync RSA_padding_check_PKCS1_OAEP_mgf1().
Joel Sing
2019-10-17
Provide err_clear_last_constant_time() as a way of clearing an error from
Joel Sing
2019-10-10
bump internal version to 3.0.2
Brent Cook
2019-10-10
bump to 3.0.2
Brent Cook
2019-10-09
Use EVP_MAX_MD_SIZE instead of SHA_DIGEST_LENGTH and remove OPENSSL_NO_SHA*
Joel Sing
2019-10-04
Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey.
Theo Buehler
2019-10-04
Provide internal RSA_padding_{add,check}_PKCS1_OAEP_mgf1() functions.
Joel Sing
2019-10-03
Move towards making RSA OAEP functions handle arbitrary message digests.
Joel Sing
2019-09-30
bump for LibreSSL 3.0.1
Brent Cook
2019-09-29
If a NULL or zero cofactor is passed to EC_GROUP_set_generator(),
Theo Buehler
2019-09-10
document EVP_PKEY_CTX_get_signature_md(3);
Ingo Schwarze
2019-09-09
Plug memory leak in error paths. Found while comparing this file
Theo Buehler
2019-09-09
Provide EVP_PKEY_CTX_get_signature_md() macro and implement the
Joel Sing
2019-09-09
Load CMS error strings.
Joel Sing
2019-09-09
Move #include <openssl/cms.h> to more appropriate location (since it is
Joel Sing
2019-09-09
Install the openssl/cms.h header.
Joel Sing
2019-09-08
Add CMS ECC support.
Joel Sing
2019-09-06
Add various macros and controls for EC_PKEY_CTX.
Joel Sing
2019-09-06
Handle CMS PEM headers.
Joel Sing
2019-09-05
Add objects for ECDH schemes in RFC 5753.
Joel Sing
2019-09-05
Build ecdh_kdf.c
Joel Sing
2019-09-05
Replace OPENSSL_cleanse() with explicit_bzero().
Joel Sing
[next]