summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add regress tests for the EVP_aes_*_wrap() API. Based on the tests intb2019-03-172-4/+19
* bump minors after symbol additiontb2019-03-173-3/+3
* Provide EVP_PKEY_get0_hmac(). From OpenSSL 1.1.1 which is stilltb2019-03-174-3/+23
* Provide EVP_aes_{128,192,256}_wrap(). This is a compatibletb2019-03-176-6/+174
* link sm4 regress to the buildtb2019-03-171-1/+2
* Add a regress test for the SM4 block cipher from the Chinese standardtb2019-03-172-0/+117
* Add the SM4 block cipher from the Chinese standard GB/T 32907-2016.tb2019-03-171-1/+8
* Add the SM4 block cipher from the Chinese standard GB/T 32907-2016.tb2019-03-178-3/+479
* Provide version agnostic DTLS methods.jsing2019-03-173-2/+27
* Correct return value handling in tls13_handshake_recv_action().jsing2019-03-171-2/+4
* Partially clean up the TLS1_get_{,client}_version macros.jsing2019-03-174-15/+14
* Remove the alert level from the TLSv1.3 alert callback.jsing2019-03-173-7/+6
* Document the return values of X509_delete_ext(3) and X509_add_ext(3).schwarze2019-03-151-11/+15
* OpenSSL documents the macro OPENSSL_VERSION_TEXT since Sep 24, 2018;schwarze2019-03-151-4/+7
* Document OCSP_basic_verify(3).schwarze2019-03-151-5/+75
* Fix a number of ASN1_INTEGER vs ASN1_STRING mixups coming from thetb2019-03-135-13/+11
* add a comment to format-pem.pl documenting typical steps to updatesthen2019-03-131-1/+9
* Backport support for probing ARMv8 HW acceleration capabilities on armv7patrick2019-03-133-32/+121
* fix some cases of spaces before full stops, where none were neccessary;jmc2019-03-101-3/+3
* rename CRYPTO_set_locking_callback.3 to CRYPTO_lock.3schwarze2019-03-102-4/+4
* delete functions from the manual page that do nothing in LibreSSLschwarze2019-03-103-318/+87
* Typo in comment.tb2019-03-061-2/+2
* Don't index a void pointer, fixes compilation with visual studio.millert2019-03-041-2/+3
* Fix OID for sm3WithRSAEncryption which was apparently mixed uptb2019-03-021-1/+1
* Implement non-SSL_MODE_ENABLE_PARTIAL_WRITE in tls13_legacy_write_bytes().jsing2019-02-281-3/+34
* Automatically complete the handshake from tls13_legacy_{read,write}_bytes()jsing2019-02-283-3/+17
* Set the SSL state as part of tls13_legacy_connect().jsing2019-02-281-2/+5
* Add appropriate length checks to tls13_legacy_{read,write}_bytes()jsing2019-02-281-3/+9
* Remove unused record_type from TLSv1.3 handshake actions.jsing2019-02-281-16/+1
* Correct return values for non-fatal alerts.jsing2019-02-261-3/+3
* Correctly propagate EOF from BIO in tls13_legacy_wire_read().jsing2019-02-261-1/+3
* Correctly handle tls_read() and tls_write() failures.jsing2019-02-261-5/+9
* Fix gcc3 compilation error by using a forward declaration instead of atb2019-02-251-3/+3
* revert "Move struct ssl_handshake_tls13_st definition", i.e., movetb2019-02-252-24/+26
* Correctly handle oversize writes.jsing2019-02-251-2/+4
* Add a handshake action sent handler and use it for client finished.jsing2019-02-253-11/+22
* Correct a few error returns.jsing2019-02-251-4/+4
* Move struct ssl_handshake_tls13_st definitioninoguchi2019-02-252-26/+24
* Remove temporary gotos.jsing2019-02-231-7/+3
* Set BIO retry on TLS13_IO_WANT_POLLIN/TLS13_IO_WANT_POLLOUT.jsing2019-02-231-1/+3
* Test that all supported TLS ciphers actually work. Establishbluhm2019-02-218-26/+308
* Wire up alert handling for TLSv1.3.jsing2019-02-212-9/+78
* Change the alert callback return type from int to void.jsing2019-02-212-9/+11
* Fix a few cases where int was used instead of ssize_t.jsing2019-02-211-3/+3
* Convert openssl(1) pkeyutl to the newer style of option handling.inoguchi2019-02-171-198/+278
* Add tests for pkeyutlinoguchi2019-02-161-6/+46
* Correct guards.jsing2019-02-141-3/+3
* Notify the record layer upon handshake completion.jsing2019-02-141-2/+4
* Switch to application traffic keys as appropriate.jsing2019-02-141-1/+17
* Split tls13_record_layer_set_traffic_keys() into two separate functions.jsing2019-02-143-17/+23