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
2024-02-20
x509_asid: NULL out min/max on extract_min_max() failure
Theo Buehler
2024-02-19
x509_asid: fix some KNF botches
Theo Buehler
2024-02-19
pk7_attr.c: tidy includes
Theo Buehler
2024-02-18
Update ASN1_TIME_set(3)
Theo Buehler
2024-02-18
Add posix_time.h from BoringSSL
Theo Buehler
2024-02-18
Align EVP_CIPHER_CTX_init() and _legacy_clear()
Theo Buehler
2024-02-18
Hide EVP_{CIPHER,MD}_CTX_init() from internals
Theo Buehler
2024-02-18
Use EVP_MD_CTX_legacy_clear() internally
Theo Buehler
2024-02-18
Use EVP_CIPHER_CTX_legacy_clear() internally
Theo Buehler
2024-02-18
Add EVP_MD_CTX_legacy_clear()
Theo Buehler
2024-02-18
Add EVP_CIPHER_CTX_legacy_clear()
Theo Buehler
2024-02-17
Use calloc() instead of malloc() in BIO_new().
Joel Sing
2024-02-16
Inline and disable BIO_set().
Joel Sing
2024-02-16
Use 'bio' more consistently for function arguments.
Joel Sing
2024-02-16
Make it explicit that the EC_KEY setters don't check things
Theo Buehler
2024-02-15
BIO_dump*() avoid signed integer overflow
Theo Buehler
2024-02-13
Document a portability caveat about GeneralizedTime and UTCTime
Job Snijders
2024-02-09
Remove a useless EVP_MD_CTX_init() call
Theo Buehler
2024-02-02
Ignore EVP_MD_CTX_reset() return value
Theo Buehler
2024-02-02
Ignore EVP_CIPHER_CTX_reset() return value, it can't fail
Theo Buehler
2024-02-02
Reimplement BIO_dump_indent() with CBS/CBB and BIO_printf()
Theo Buehler
2024-02-01
Fix the verifier to use the trust store
Bob Beck
2024-02-01
Inline EVP_PBE_find() in its last two callers
Theo Buehler
2024-02-01
Prepare to remove the _cb() and _fp() versions of BIO_dump()
Theo Buehler
2024-01-31
Merge OBJ_NAME_do_all*(3) into EVP_CIPHER_do_all(3)
Theo Buehler
2024-01-30
Remove now unnecessary NULL check before EVP_CIPHER_CTX_cleanup()
Theo Buehler
2024-01-30
Make EVP_{CIPHER,MD}_CTX_{cleanup,reset}() NULL-safe
Theo Buehler
2024-01-29
Add id-ct-rpkiSignedPrefixList NID
Job Snijders
2024-01-29
Add id-ct-rpkiSignedPrefixList OID
Job Snijders
2024-01-29
Curious to see if explicitly ignoring the return value appeases Coverity
Theo Buehler
2024-01-28
The KNF script didn't grok LHASH_OF(), STACK_OF()
Theo Buehler
2024-01-28
Avoid calling EVP_CIPHER_CTX_reset() on a NULL ctx
Theo Buehler
2024-01-28
Clean up EVP_CIPHER_CTX_init() usage in cmac.c
joshua
2024-01-28
Clean up EVP_MD_CTX_{init,cleanup}() usage in ASN1_item_verify()
joshua
2024-01-27
Dynamic EVP_PKEY_METHODs are a thing from the past
Theo Buehler
2024-01-27
Add a few aliases for ECDSA and DSA for security/xca
Theo Buehler
2024-01-27
Use ret instead of rv in a few keyivgen functions
Theo Buehler
2024-01-27
Fold keyivgen functions into evp_pbe.c
Theo Buehler
2024-01-27
Make some comments and some whitespace less ugly
Theo Buehler
2024-01-27
Whitespace tweak
Theo Buehler
2024-01-27
Throw PKCS5_PBE_add() into the trash bin at the end of evp_pbe.c
Theo Buehler
2024-01-27
Mark the functions at the end of this file for removal
Theo Buehler
2024-01-27
Support HMAC with SHA-3 as a PBE PRF
Theo Buehler
2024-01-27
Support HMAC with truncated SHA-2 as a PBE PRF
Theo Buehler
2024-01-27
Teach OBJ_find_sigid_{,by_}algs(3) about ECDSA with SHA-3
Theo Buehler
2024-01-27
Allocate a fixed NID for the acmeIdentifer OID
Theo Buehler
2024-01-27
Add data for the RFC 8737 acmeIdentifier
Theo Buehler
2024-01-25
Plug a few leaks and perform some other code hygiene
Theo Buehler
2024-01-25
This table no longer needs to be sorted
Theo Buehler
2024-01-25
p12_npas.c: hoist some helpers from the bottom to the top in reverse order
Theo Buehler
[next]