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
2022-02-20
Fix a buffer overread in OAEP padding removal
Theo Buehler
2022-02-19
Remove references to performance issues caused by frequent memmove().
Joel Sing
2022-02-19
Reduce memmoves in memory BIOs.
Joel Sing
2022-02-19
certificiate -> certificate
Jonathan Gray
2022-02-19
Provide a struct bio_mem for memory BIO specific data.
Joel Sing
2022-02-18
Clean up and simplify memory BIO code.
Joel Sing
2022-02-18
prefer https links in man pages
Jonathan Gray
2022-02-18
grammar/reword
Jonathan Gray
2022-02-12
Avoid potential single byte overread in asn1_parse2().
Joel Sing
2022-02-12
Limit OID text conversion to 64 bits per arc.
Joel Sing
2022-02-11
Fix length check of IP addresses for name constraints
Theo Buehler
2022-02-11
Add missing error check for a2i_GENERAL_NAME()
Theo Buehler
2022-02-11
Fix a double free in v2i_NAME_CONSTRAINTS()
Theo Buehler
2022-02-11
Make OBJ_obj2nid() work correctly with NID_undef.
Joel Sing
2022-02-08
Change second argument of x25519_ge_scalarmult_base() from
Theo Buehler
2022-02-07
Avoid a NULL dereference in BN_mod_exp2_mont()
Theo Buehler
2022-02-07
Check for zero modulus in BN_MONT_CTX_set().
Theo Buehler
2022-02-04
Bump libressl's version in pkgconfig to 2.0.0
Theo Buehler
2022-02-04
Remove a strange inheritance check from addr_validate_path_internal()
Theo Buehler
2022-02-04
Fix capitalization of ChaCha20
Theo Buehler
2022-02-03
Fix copy-paste error: X509_V_ERR_CRL_SIGNATURE_FAILURE means that the
Theo Buehler
2022-01-27
sort includes as usual
Theo Buehler
2022-01-27
Do not depend on engine.h pulling in err.h and evp.h
Theo Buehler
2022-01-25
Remove some HMAC_CTX_init() remnants in HMAC(3).
Theo Buehler
2022-01-24
Document X509_V_ERR_UNNESTED_RESOURCE. Previous version looked good
Theo Buehler
2022-01-22
Use memmove instead of memcpy for overlapping memory
Kinichiro Inoguchi
2022-01-22
Use memmove instead of memcpy for overlapping memory
Kinichiro Inoguchi
2022-01-22
X509_GET_PUBKEY(3) return value check in libcrypto
Kinichiro Inoguchi
2022-01-22
X509_GET_PUBKEY(3) return value check in libcrypto
Kinichiro Inoguchi
2022-01-22
X509_GET_PUBKEY(3) return value check in libcrypto
Kinichiro Inoguchi
2022-01-22
X509_GET_PUBKEY(3) return value check in libcrypto
Kinichiro Inoguchi
2022-01-22
X509_GET_PUBKEY(3) return value check in libcrypto
Kinichiro Inoguchi
2022-01-20
Add check for EVP_CIPHER_CTX_ctrl
Kinichiro Inoguchi
2022-01-20
Add check for EVP_CIPHER_CTX_set_key_length return value
Kinichiro Inoguchi
2022-01-20
Add check for OBJ_nid2obj return value
Kinichiro Inoguchi
2022-01-20
Add check for ASN1_INTEGER_set
Kinichiro Inoguchi
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-20
Add check for BIO_indent return value
Kinichiro Inoguchi
2022-01-20
Fix check for BN_mod_inverse_ct return value
Kinichiro Inoguchi
2022-01-20
Fix check for BN_mod_inverse_ct return value
Kinichiro Inoguchi
2022-01-20
Add check for BIO_indent return value
Kinichiro Inoguchi
2022-01-20
Add check for EVP_CIPHER_CTX_set_key_length return value
Kinichiro Inoguchi
2022-01-20
Add and fix check for BN functions return value
Kinichiro Inoguchi
2022-01-20
Add check for BN functions return value
Kinichiro Inoguchi
2022-01-20
Add check for BIO_indent return value
Kinichiro Inoguchi
2021-08-18
Import initial code for the SM2 cipher
Theo Buehler
2022-01-19
Document the bizarre fact that {CMS,PCKS7}_get0_signers() needs some
Theo Buehler
2022-01-19
Check return value from EVP_CIPHER_CTX_new in cms_pwri.c
Kinichiro Inoguchi
[next]