summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2018-08-24Make X509_OBJECT_up_ref_count return an int.Theo Buehler
2018-08-24Update documentation of CRYPTO_mem_leaks*.Theo Buehler
2018-08-24Let CRYPTO_mem_leaks{,_fp,_cb}() return -1.Theo Buehler
2018-08-24Simplify session ticket parsing/handling.Joel Sing
2018-08-24Pull up the parsing of a ClientHello.Joel Sing
2018-08-24Clean up handshake message start/finish functions.Joel Sing
2018-08-22Correct session ticket encryption.Joel Sing
2018-08-22Update libexpat to 2.2.6. Relevant for OpenBSD isAlexander Bluhm
2018-08-21Use an mmap()'d buffer instead of a static buffer for the contentsTodd C. Miller
2018-08-21typo in argument type, from Mario dot Andres dot Campos at gmail dot comIngo Schwarze
2018-08-19Don't leak sktmp in X509_verify_cert().Theo Buehler
2018-08-19whitespace fixTheo Buehler
2018-08-19Don't leak db on error in RSA_padding_check_PKCS1_OAEP().Theo Buehler
2018-08-19Rename and collapse tls12_get_sigandhash_cbb().Joel Sing
2018-08-19Convert ssl3_send_newsession_ticket() to CBB.Joel Sing
2018-08-18Don't mention using poll(2) as a timeout.cheloha
2018-08-17Convert ssl3_send_client_verify() to CBB.Joel Sing