summaryrefslogtreecommitdiff
path: root/src/lib/libtls/shlib_version (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump minors due to symbol addition.jsing2017-02-281-1/+1
|
* Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may bebeck2017-01-311-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.jsing2017-01-261-1/+1
|
* Bump libssl and libtls minors due to symbol additions.jsing2017-01-241-1/+1
|
* Bump majors for libssl and libtls following the translucent struct change.jsing2017-01-221-1/+1
| | | | Further changes to the publically visible structs will ride this bump.
* Bump libcrypto/libssl/libtls majors due to libcrypto symbol removal andjsing2016-12-211-1/+1
| | | | changes to libssl non-opaque structs.
* Disable ec assembly for amd64 pending fixes for ssh, and bumpbeck2016-11-111-2/+2
| | | | majors appropriately
* bump minors for symbol addition for ocsp and x25519 symbol additionsbeck2016-11-051-1/+1
|
* make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hiddenbeck2016-11-041-2/+2
| | | | | | functions.. document with a man page. bump majors on libtls, libssl, libcrypto ok jsing@ guenther@
* bump minor for ocsp_require_stapling additionbeck2016-11-041-1/+1
|
* bump minor for ocsp api additionsbeck2016-11-021-1/+1
|
* Add callback-based interface to libtls.bcook2016-09-041-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 additionbeck2016-08-311-1/+1
|
* Bump libtls minor due to the addition of symbols.jsing2016-08-221-1/+1
|
* Bump libtls minor due to symbol additions.jsing2016-08-121-1/+1
|
* Crank majors for lib{crypto,ssl,tls} due to symbol removals, symboljsing2016-04-281-1/+1
| | | | additions and functionality changes.
* bump the major for libcrypto/ssl/tls for a CRYPTO_chacha_20 ABI changebcook2015-12-091-2/+2
| | | | ok jsing@, deraadt@, beck@
* bump minors after adding EVP_aead_chacha20_poly1305_ietf()reyk2015-11-021-1/+1
| | | | OK jsing@
* Crank major version due to removal of SHA-0 and MD4 from libcrypto.doug2015-09-131-2/+2
|
* Mechanical minor bump to follow libcrypto.miod2015-09-131-1/+1
|
* bump majorbeck2015-09-101-1/+1
| | | | ok jsing@
* Crank major version for libssl and libtls due to SSLv3 removal.doug2015-08-271-1/+1
|
* Remove OpenSSL engine RSAX.doug2015-07-191-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 beenreyk2015-07-191-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.doug2015-06-201-2/+2
| | | | ok miod@ jsing@
* Bump libtls minor due to API addition.jsing2015-03-311-1/+1
|
* Bump libtls major due to symbol removal.jsing2015-02-221-3/+2
|
* bump minor for TLS_PROTOCOLS_ALL. OK jsing@reyk2015-02-121-1/+1
|
* Added tls_load_file()reyk2015-02-071-1/+2
|
* Add tls_config_set_dheparams() to allow specification of the parameters tojsing2015-02-071-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 ofreyk2015-01-221-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 tojsing2014-10-311-0/+2
distinguish between LibreSSL (the project) and libressl (the library). Discussed with many.