summaryrefslogtreecommitdiff
path: root/src/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-24Cast nonce bytes to avoid undefined behaviour when left shifting.jsing1-3/+3
2019-03-24do not call assert(), which has a tendency to leave traces of stuff inderaadt1-2/+3
2019-03-23Add range checks to varios ASN1_INTEGER functions to ensure thebeck3-6/+62
2019-03-21Fix typo in usage and comment.bluhm3-6/+6
2019-03-21import EVP_camellia_128_cbc(3) from OpenSSL 1.1.1,schwarze4-3/+156
2019-03-21space before punct;jmc1-3/+3
2019-03-21Split EVP_rc4(3) out of EVP_EncryptInit(3) to reduce clutter.schwarze4-21/+116
2019-03-21Split EVP_des_cbc(3) out of EVP_EncryptInit(3) to reduce clutter:schwarze4-55/+230
2019-03-21add a handful of missing functionsschwarze1-5/+38
2019-03-21Bring back EVP_chacha20 list item that was accidentally removedtb1-2/+3
2019-03-20fix examples (libtls uses its own error reporting mechanism)espie1-4/+4
2019-03-20escape backslashes;schwarze2-11/+11
2019-03-19Document the flag EVP_CIPHER_CTX_FLAG_WRAP_ALLOW needed for the EVPschwarze2-4/+71
2019-03-19Avoid an internal 2 byte overread in ssl_sigalgs().jsing1-7/+2
2019-03-19Revert TLS1_get{,_client}_version simplification because DTLS.jsing4-14/+15
2019-03-18* note that the handshake must be completed firstschwarze1-4/+15
2019-03-18Insert a missing input line break after a .Vt macro;schwarze1-4/+5
2019-03-18Split EVP_aes_128_cbc(3) out of EVP_EncryptInit(3):schwarze4-74/+322
2019-03-18In ssl.h rev. 1.165, tb@ provided version agnostic DTLS methods.schwarze1-3/+26
2019-03-18Document SM4; related to evp.h rev. 1.73.schwarze4-6/+93
2019-03-18Expand the ERR_PACK() macro to ERR_REASON() for consistency.tb1-2/+2
2019-03-18In evp.h rev. 1.75, tb@ provided EVP_PKEY_get0_hmac(3).schwarze1-3/+29
2019-03-17Add regress tests for the EVP_aes_*_wrap() API. Based on the tests intb2-4/+19
2019-03-17bump minors after symbol additiontb3-3/+3
2019-03-17Provide EVP_PKEY_get0_hmac(). From OpenSSL 1.1.1 which is stilltb4-3/+23
2019-03-17Provide EVP_aes_{128,192,256}_wrap(). This is a compatibletb6-6/+174
2019-03-17link sm4 regress to the buildtb1-1/+2
2019-03-17Add a regress test for the SM4 block cipher from the Chinese standardtb2-0/+117
2019-03-17Add the SM4 block cipher from the Chinese standard GB/T 32907-2016.tb1-1/+8
2019-03-17Add the SM4 block cipher from the Chinese standard GB/T 32907-2016.tb8-3/+479
2019-03-17Provide version agnostic DTLS methods.jsing3-2/+27
2019-03-17Correct return value handling in tls13_handshake_recv_action().jsing1-2/+4
2019-03-17Partially clean up the TLS1_get_{,client}_version macros.jsing4-15/+14
2019-03-17Remove the alert level from the TLSv1.3 alert callback.jsing3-7/+6
2019-03-15Document the return values of X509_delete_ext(3) and X509_add_ext(3).schwarze1-11/+15
2019-03-15OpenSSL documents the macro OPENSSL_VERSION_TEXT since Sep 24, 2018;schwarze1-4/+7
2019-03-15Document OCSP_basic_verify(3).schwarze1-5/+75
2019-03-13Fix a number of ASN1_INTEGER vs ASN1_STRING mixups coming from thetb5-13/+11
2019-03-13add a comment to format-pem.pl documenting typical steps to updatesthen1-1/+9
2019-03-13Backport support for probing ARMv8 HW acceleration capabilities on armv7patrick3-32/+121
2019-03-10fix some cases of spaces before full stops, where none were neccessary;jmc1-3/+3
2019-03-10rename CRYPTO_set_locking_callback.3 to CRYPTO_lock.3schwarze2-4/+4
2019-03-10delete functions from the manual page that do nothing in LibreSSLschwarze3-318/+87
2019-03-06Typo in comment.tb1-2/+2
2019-03-04Don't index a void pointer, fixes compilation with visual studio.millert1-2/+3
2019-03-02Fix OID for sm3WithRSAEncryption which was apparently mixed uptb1-1/+1
2019-02-28Implement non-SSL_MODE_ENABLE_PARTIAL_WRITE in tls13_legacy_write_bytes().jsing1-3/+34
2019-02-28Automatically complete the handshake from tls13_legacy_{read,write}_bytes()jsing3-3/+17
2019-02-28Set the SSL state as part of tls13_legacy_connect().jsing1-2/+5
2019-02-28Add appropriate length checks to tls13_legacy_{read,write}_bytes()jsing1-3/+9