summaryrefslogtreecommitdiff
path: root/lib/libtls/shlib_version
AgeCommit message (Collapse)Author
2018-11-29expose the default cert file as a function, not a define. it's reallyTed Unangst
an internal detail of the library, so the string should live inside it, not in the application code. ok jsing
2018-11-11bump minors after symbol addition.Theo Buehler
2018-10-24Bump libcrypto/libssl/libtls majors due to symbol removals (libcrypto)Joel Sing
and changes to struct visibility/sizes (libssl).
2018-09-12crank to follow minor crank in libcrypto; ok tb@ jsing@Damien Miller
2018-08-24crank majors after symbol addition/modification/removalTheo Buehler
2018-03-20bump minors after symbol additionTheo Buehler
2018-03-17crank majorsTheo Buehler
req by deraadt
2018-03-17Bump minors after symbol additionTheo Buehler
2018-03-15Also bump libtls minor after the addition of SSL_CTX_get_min/max_proto_versionJeremie Courreges-Anglas
cluebat tb@
2018-02-22Bump lib{crypto,ssl,tls} minors due to symbol additions.Joel Sing
2018-02-20Crank lib{crypto,ssl,tls} minors after symbol addition.Theo Buehler
2018-02-18Bump minor due to symbol addition.Theo Buehler
2018-02-18Bump libcrypto/libssl/libtls minors due to symbol additions.Theo Buehler
2018-02-17Bump libcrypto/libssl/libtls minors due to symbol additions.Joel Sing
2018-02-14Bump lib{crypto,ssl,tls} minors due to symbol additions.Joel Sing
2018-02-10Bump lib{crypto,ssl,tls} minors due to symbol addition.Joel Sing
2017-08-30Bump libssl/libtls minors due to symbol (re)addition.Joel Sing
2017-08-28Bump lib{crypto,ssl,tls} majors due to symbol removals.Joel Sing
2017-08-11Bump minor due to symbol addition.Joel Sing
Prompted by jsg@, since I apparently left it sitting in my tree...
2017-07-06Bump minor due to symbol addition.Joel Sing
2017-05-06Bump minors for symbol addition in libcryptoBob Beck
ok jsing@
2017-04-05Add tls_peer_cert_chain_pem - To retreive the peer certificate and chainBob Beck
as PEM format. This allows for it to be used or examined with tools external to libtls bump minor ok jsing@
2017-02-28Bump minors due to symbol addition.Joel Sing
2017-01-31Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may beBob Beck
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@
2017-01-26Bump libtls minor due to symbol additions earlier this week.Joel Sing
2017-01-24Bump libssl and libtls minors due to symbol additions.Joel Sing
2017-01-22Bump majors for libssl and libtls following the translucent struct change.Joel Sing
Further changes to the publically visible structs will ride this bump.
2016-12-21Bump libcrypto/libssl/libtls majors due to libcrypto symbol removal andJoel Sing
changes to libssl non-opaque structs.
2016-11-11Disable ec assembly for amd64 pending fixes for ssh, and bumpBob Beck
majors appropriately
2016-11-05bump minors for symbol addition for ocsp and x25519 symbol additionsBob Beck
2016-11-04make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hiddenBob Beck
functions.. document with a man page. bump majors on libtls, libssl, libcrypto ok jsing@ guenther@
2016-11-04bump minor for ocsp_require_stapling additionBob Beck
2016-11-02bump minor for ocsp api additionsBob Beck
2016-09-04Add callback-based interface to libtls.Brent Cook
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@
2016-08-31Crank minor due to API additionBob Beck
2016-08-22Bump libtls minor due to the addition of symbols.Joel Sing
2016-08-12Bump libtls minor due to symbol additions.Joel Sing
2016-04-28Crank majors for lib{crypto,ssl,tls} due to symbol removals, symbolJoel Sing
additions and functionality changes.
2015-12-09bump the major for libcrypto/ssl/tls for a CRYPTO_chacha_20 ABI changeBrent Cook
ok jsing@, deraadt@, beck@
2015-11-02bump minors after adding EVP_aead_chacha20_poly1305_ietf()Reyk Floeter
OK jsing@
2015-09-13Crank major version due to removal of SHA-0 and MD4 from libcrypto.Doug Hogan
2015-09-13Mechanical minor bump to follow libcrypto.Miod Vallat
2015-09-10bump majorBob Beck
ok jsing@
2015-08-27Crank major version for libssl and libtls due to SSLv3 removal.Doug Hogan
2015-07-19Remove OpenSSL engine RSAX.Doug Hogan
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@
2015-07-19Crank the major of libtls: the behaviour of tls_write() has beenReyk Floeter
changed in an incompatible way regarding partial writes. OK miod@ deraadt@
2015-06-20Crank major for libcrypto, ssl and tls due to MDC-2DES removal.Doug Hogan
ok miod@ jsing@
2015-03-31Bump libtls minor due to API addition.Joel Sing
2015-02-22Bump libtls major due to symbol removal.Joel Sing
2015-02-12bump minor for TLS_PROTOCOLS_ALL. OK jsing@Reyk Floeter