summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-24Clean up handshake message start/finish functions.jsing6-76/+38
2018-08-23Run our DSA against wycheproof test vectors.tb1-1/+129
2018-08-23Add license header.inoguchi1-0/+17
2018-08-23Check reusing SSL/TLS session ticket by regression testinoguchi1-8/+38
2018-08-22Use a monotonic clock for the benchmark timeout.cheloha1-24/+9
2018-08-22Correct session ticket encryption.jsing1-4/+11
2018-08-21fix return valuetb1-3/+3
2018-08-21Remove ChaCha20-Poly1305 from the TODO listtb1-2/+2
2018-08-21A failure to _seal() should be looked into, so turn this into antb1-7/+2
2018-08-21Factor the calls to EVP_AEAD_CTX_open() and EVP_AEAD_CTX_seal() intotb1-48/+76
2018-08-21Merge duplicate benchmark() GET/SSL_shutdown blocks into doConnection().cheloha1-41/+25
2018-08-21typo in argument type, from Mario dot Andres dot Campos at gmail dot comschwarze1-3/+3
2018-08-20add two missing \ntb1-3/+3
2018-08-20Test EVP_AEAD_CTX_open() at the same time as EVP_AEAD_CTX_seal()tb1-5/+23
2018-08-20remove two redundant teststb1-10/+1
2018-08-20Use sealed instead of out in a couple of places in preparation oftb1-12/+13
2018-08-20Shuffle the decoding of the hex strings to the top and group all lengthtb1-22/+26
2018-08-20Run the Wycheproof ChaCha20-Poly1305 test vectors against libcrypto.tb1-1/+141
2018-08-19Don't leak sktmp in X509_verify_cert().tb1-5/+5
2018-08-19whitespace fixtb1-2/+2
2018-08-19Don't leak db on error in RSA_padding_check_PKCS1_OAEP().tb1-7/+7
2018-08-19Don't leak a strdup()'ed string on error in do_accept().tb1-1/+3
2018-08-19Rename and collapse tls12_get_sigandhash_cbb().jsing4-39/+28
2018-08-19Convert ssl3_send_newsession_ticket() to CBB.jsing1-55/+64
2018-08-18Plug SSL object leaks in doConnection().cheloha1-32/+22
2018-08-17Convert ssl3_send_client_verify() to CBB.jsing1-43/+50
2018-08-17spelling;jmc1-2/+2
2018-08-17Make the wording more concise, use the imperative throughout, stateschwarze1-108/+126
2018-08-16Add regress coverage for CBB_add_u32().jsing1-3/+4
2018-08-16Provide CBB_add_u32(), as needed for an upcoming conversion.jsing2-2/+17
2018-08-16Simplify the add signature code/logic in ssl3_send_server_key_exchange().jsing1-13/+8
2018-08-16Convert ssl3_send_server_key_exchange() to CBB.jsing3-47/+71
2018-08-16Convert ssl3_get_server_key_exchange() to CBS.jsing1-69/+55
2018-08-16Revert previous, which was wrong as noted by schwarze. Also revert a hunktb1-4/+7
2018-08-16Remove unused variable.rob1-5/+3
2018-08-14Add a comment that explains what the check is doing and why len >= 1.tb1-1/+2
2018-08-14The UI_add_{input,verify}_string() functions want a length not includingtb1-5/+8
2018-08-14Remove now unused variable, that got left behind from a previous change.jsing1-3/+1
2018-08-14Actually check the return values for EVP_Sign* and EVP_Verify*.jsing2-15/+23
2018-08-14Don't fail by default in the -new case; ok tb jcacheloha1-19/+12
2018-08-11Refactor the nearly identical benchmark loops into a single loop.cheloha1-139/+108
2018-08-10Simplify server key exchange signature verification.jsing1-49/+18
2018-08-10Simplify server kex exchange signature generation.jsing1-61/+33
2018-08-10Add glue to EVP_md5_sha1() so that it can be used with EVP_Sign* andjsing1-1/+12
2018-08-10Add missing include to X25519 synopsis.jsing1-2/+3
2018-08-10In typical swiss-army style, various modes and options causederaadt1-1/+24
2018-08-10Run the wycheproof ECDSA test vectors against libcrypto.jsing1-7/+147
2018-08-10Run the X25519 wycheproof test vectors against libcrypto.jsing1-13/+82
2018-08-10Rework regress so that it is easier to add additional test types.jsing1-35/+59
2018-08-10Use a table rather than a switch when converting strings to NIDs.jsing1-14/+13