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
2018-09-08
Remove now unused code for EVP_CIPH_FLAG_AEAD_CIPHER and EVP_CIPH_GCM_MODE.
Joel Sing
2018-09-08
SSL_MAX_DIGEST is no longer needed.
Joel Sing
2018-09-08
ASN1_OBJECTs should be freed with ASN1_OBJECT_free(3), not with free(3).
Theo Buehler
2018-09-08
indent labels
Theo Buehler
2018-09-08
missing word & a couple of typos
Theo Buehler
2018-09-07
Fix "_nfiles" reference for crash dump.
YASUOKA Masahiko
2018-09-06
Drop SSL_CIPHER_ALGORITHM2_AEAD flag.
Joel Sing
2018-09-05
Use the newer/more sensible names for EVP_MD_CTX_* functions.
Joel Sing
2018-09-05
Correctly clear the current cipher state, when changing cipher state.
Joel Sing
2018-09-05
use timing-safe compares for checking results in signature verification
Damien Miller
2018-09-03
Stop using composite EVP_CIPHER AEADs.
Joel Sing
2018-09-03
Stop handling AES-GCM via ssl_cipher_get_evp().
Joel Sing
2018-09-03
Clean up SSL_DES and SSL_IDEA remnants.
Joel Sing
2018-09-02
Elliptic curve arithmetic only makes sense between points that belong to
Theo Buehler
2018-09-01
Tweak comment.
Theo Buehler
2018-08-31
Remove unused argument to tls1_change_cipher_state_cipher().
Joel Sing
2018-08-30
Nuke ssl_pending/ssl_shutdown function pointers.
Joel Sing
2018-08-28
Remove extra "and" in "These functions and have been available"
Theo Buehler
2018-08-27
n2s and l2n3 finally bite the dust!
Joel Sing
2018-08-27
Convert ssl3_get_cert_verify() to CBS and clean up somewhat.
Joel Sing
2018-08-27
Dedup DTLS header writing code and convert to CBB.
Joel Sing
2018-08-27
Add some missing statics.
Joel Sing
2018-08-27
Simplify new session ticket encoding/generation.
Joel Sing
2018-08-27
Fix formatting and grammatical issues with the description of how to use
Joel Sing
2018-08-26
fix the same "an non" issue found by tb in EVP_EncryptInit.3;
Jason McIntyre
2018-08-26
Some of the functions in this manual need <openssl/dsa.h>, others
Theo Buehler
2018-08-26
typo: an nonce -> a nonce
Theo Buehler
2018-08-24
tweak previous;
Jason McIntyre
2018-08-24
crank majors after symbol addition/modification/removal
Theo Buehler
2018-08-24
Adjust documentation for SSL_copy_session_id()
Theo Buehler
2018-08-24
Let SSL_copy_session_id() return an int for error checking.
Theo Buehler
2018-08-24
Add const to EVP_PKCS82PKEY().
Theo Buehler
2018-08-24
Add consts to EVP_PKEY_asn1_set_private()
Theo Buehler
2018-08-24
After removing support for broken PKCS#8 formats (it was high time),
Theo Buehler
2018-08-24
Remove EVP_PKEY2PKCS8_broken() and PKCS8_set_broken()
Theo Buehler
2018-08-24
Document const change for OCSP_cert_to_id()
Theo Buehler
2018-08-24
Add const to two arguments of OCSP_cert_to_id()
Theo Buehler
2018-08-24
Provide X509_get0_serialNumber()
Theo Buehler
2018-08-24
Turn a number of #defines into proper functions with prototypes matching
Theo Buehler
2018-08-24
Change PEM_Sign{Init,Update}() to return an int.
Theo Buehler
2018-08-24
Check return value of EVP_EncodeUpdate() in PEM_write_bio().
Theo Buehler
2018-08-24
Check return value of EVP_EncodeUpdate() in b64_write().
Theo Buehler
2018-08-24
Convert EVP_EncodeUpdate() to return an int to allow for error
Theo Buehler
2018-08-24
Provide EVP_CIPHER_CTX_encrypting().
Theo Buehler
2018-08-24
unifdef DTLS1_AD_MISSING_HANDSHAKE_MESSAGE.
Joel Sing
2018-08-24
Document prototype change and return values for BIO_set_cipher()
Theo Buehler
2018-08-24
Return an int in BIO_set_cipher() to be able to report errors.
Theo Buehler
2018-08-24
In DSO_up_ref(), check return value of CRYPTO_add() and report
Theo Buehler
2018-08-24
In ENGINE_up_ref(), check return value of CRYPTO_add() and report
Theo Buehler
2018-08-24
Document new prototype and return values of X509_OBJECT_up_ref_count()
Theo Buehler
[next]