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