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
Age
Commit message (
Expand
)
Author
2024-02-04
Move ctype.h defines to the _CTYPE_ prefix, avoids clashes with identifiers i...
Jeremie Courreges-Anglas
2024-02-04
Change rune-specific #defines from _CTYPE_ prefix to _RUNETYPE_ prefix
Jeremie Courreges-Anglas
2024-02-03
Rework the exit path of tls13_handshake_recv_action()
Theo Buehler
2024-02-03
Remove last peeking at TLS1_FLAGS_SKIP_CERT_VERIFY
Theo Buehler
2024-02-03
Zap a trailing blank that snuck into ssl3_get_client_hello()
Theo Buehler
2024-02-03
Remove GOST and STREEBOG support from libssl.
Bob Beck
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-30
Restore SSL_shutdown() two step sequence.
Joel Sing
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
Pull in some post 1.3.1 upstream commits
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
Rework tls13_legacy_shutdown() to match the legacy stack behaviour.
Joel Sing
2024-01-27
Make tls13_legacy_return_code() static.
Joel Sing
2024-01-27
Add message callbacks for alerts in the TLSv1.3 stack.
Joel Sing
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
2024-01-25
p12_npas.c: maclen -> mac_len
Theo Buehler
2024-01-25
p12_npas.c: Use slightly less awkward variable names
Theo Buehler
2024-01-25
Fix various NULL dereferences in PKCS #12
Theo Buehler
2024-01-25
Merge PKCS12_newpass() and newpass_p12()
Theo Buehler
2024-01-25
Ditch another noop from OPENSSL_cleanup()
Theo Buehler
2024-01-25
Remove the custom X509v3 extensions stack
Theo Buehler
2024-01-25
Rename pkcs12_repack_safe() into pkcs12_repack_authsafes()
Theo Buehler
[next]