Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bump minors due to symbol addition. | jsing | 2017-02-28 | 1 | -1/+1 | |
| | ||||||
* | Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may be | beck | 2017-01-31 | 1 | -1/+1 | |
| | | | | | | | | added associated to a keypair used for SNI, and are usable for more than just the "main" certificate. Modify httpd to use this. Bump libtls minor. ok jsing@ | |||||
* | Bump libtls minor due to symbol additions earlier this week. | jsing | 2017-01-26 | 1 | -1/+1 | |
| | ||||||
* | Bump libssl and libtls minors due to symbol additions. | jsing | 2017-01-24 | 1 | -1/+1 | |
| | ||||||
* | Bump majors for libssl and libtls following the translucent struct change. | jsing | 2017-01-22 | 1 | -1/+1 | |
| | | | | Further changes to the publically visible structs will ride this bump. | |||||
* | Bump libcrypto/libssl/libtls majors due to libcrypto symbol removal and | jsing | 2016-12-21 | 1 | -1/+1 | |
| | | | | changes to libssl non-opaque structs. | |||||
* | Disable ec assembly for amd64 pending fixes for ssh, and bump | beck | 2016-11-11 | 1 | -2/+2 | |
| | | | | majors appropriately | |||||
* | bump minors for symbol addition for ocsp and x25519 symbol additions | beck | 2016-11-05 | 1 | -1/+1 | |
| | ||||||
* | make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hidden | beck | 2016-11-04 | 1 | -2/+2 | |
| | | | | | | functions.. document with a man page. bump majors on libtls, libssl, libcrypto ok jsing@ guenther@ | |||||
* | bump minor for ocsp_require_stapling addition | beck | 2016-11-04 | 1 | -1/+1 | |
| | ||||||
* | bump minor for ocsp api additions | beck | 2016-11-02 | 1 | -1/+1 | |
| | ||||||
* | Add callback-based interface to libtls. | bcook | 2016-09-04 | 1 | -1/+1 | |
| | | | | | | | This allows working with buffers and callback functions instead of directly on sockets or file descriptors. Original patch from Tobias Pape <tobias_at_netshed.de>. ok beck@ | |||||
* | Crank minor due to API addition | beck | 2016-08-31 | 1 | -1/+1 | |
| | ||||||
* | Bump libtls minor due to the addition of symbols. | jsing | 2016-08-22 | 1 | -1/+1 | |
| | ||||||
* | Bump libtls minor due to symbol additions. | jsing | 2016-08-12 | 1 | -1/+1 | |
| | ||||||
* | Crank majors for lib{crypto,ssl,tls} due to symbol removals, symbol | jsing | 2016-04-28 | 1 | -1/+1 | |
| | | | | additions and functionality changes. | |||||
* | bump the major for libcrypto/ssl/tls for a CRYPTO_chacha_20 ABI change | bcook | 2015-12-09 | 1 | -2/+2 | |
| | | | | ok jsing@, deraadt@, beck@ | |||||
* | bump minors after adding EVP_aead_chacha20_poly1305_ietf() | reyk | 2015-11-02 | 1 | -1/+1 | |
| | | | | OK jsing@ | |||||
* | Crank major version due to removal of SHA-0 and MD4 from libcrypto. | doug | 2015-09-13 | 1 | -2/+2 | |
| | ||||||
* | Mechanical minor bump to follow libcrypto. | miod | 2015-09-13 | 1 | -1/+1 | |
| | ||||||
* | bump major | beck | 2015-09-10 | 1 | -1/+1 | |
| | | | | ok jsing@ | |||||
* | Crank major version for libssl and libtls due to SSLv3 removal. | doug | 2015-08-27 | 1 | -1/+1 | |
| | ||||||
* | Remove OpenSSL engine RSAX. | doug | 2015-07-19 | 1 | -1/+1 | |
| | | | | | | | | | OpenSSL stopped building it last year and removed it this year. Based on OpenSSL commit c436e05bdc7f49985a750df64122c960240b3ae1. Also cranked major version in libcrypto, libssl and libtls. "fine with me" bcook@ miod@ | |||||
* | Crank the major of libtls: the behaviour of tls_write() has been | reyk | 2015-07-19 | 1 | -1/+1 | |
| | | | | | | changed in an incompatible way regarding partial writes. OK miod@ deraadt@ | |||||
* | Crank major for libcrypto, ssl and tls due to MDC-2DES removal. | doug | 2015-06-20 | 1 | -2/+2 | |
| | | | | ok miod@ jsing@ | |||||
* | Bump libtls minor due to API addition. | jsing | 2015-03-31 | 1 | -1/+1 | |
| | ||||||
* | Bump libtls major due to symbol removal. | jsing | 2015-02-22 | 1 | -3/+2 | |
| | ||||||
* | bump minor for TLS_PROTOCOLS_ALL. OK jsing@ | reyk | 2015-02-12 | 1 | -1/+1 | |
| | ||||||
* | Added tls_load_file() | reyk | 2015-02-07 | 1 | -1/+2 | |
| | ||||||
* | Add tls_config_set_dheparams() to allow specification of the parameters to | jsing | 2015-02-07 | 1 | -2/+2 | |
| | | | | | | | | | use for DHE. This enables the use of DHE cipher suites. Rename tls_config_set_ecdhcurve() to tls_config_set_ecdhecurve() since it is only used to specify the curve for ephemeral ECDH. Discussed with reyk@ | |||||
* | Allow to to load the CA chain directly from memory instead of | reyk | 2015-01-22 | 1 | -1/+1 | |
| | | | | | | | | specifying a file. This enables CA verification in privsep'ed processes that are running chroot'ed without direct access to the certificate files. With feedback, tests, and OK from bluhm@ | |||||
* | Rename libressl to libtls to avoid confusion and to make it easier to | jsing | 2014-10-31 | 1 | -0/+2 | |
distinguish between LibreSSL (the project) and libressl (the library). Discussed with many. |