summaryrefslogtreecommitdiff
path: root/src/lib/libtls/shlib_version (follow)
Commit message (Collapse)AuthorAgeFilesLines
* minor libssl bump (SSL_OP_NO_RENEGOTIATION/SSL_OP_ALLOW_CLIENT_RENEGOTIATION)sthen5 days1-1/+1
| | | | | | | | | code #ifdef'ing these and compiled with new headers won't work as expected on earlier libraries minor libtls bump to match libssl bump ok tb@
* Give libtls the same bump as libcrypto and libssltb8 days1-2/+2
|
* bump minor after symbol additiontb2024-12-101-1/+1
|
* major bump for libcrypto libssl and libtlstb2024-08-311-2/+2
|
* Give libtls the same bump as libssltb2024-08-121-1/+1
|
* crank libtls like libcrypto and libssltb2024-04-151-1/+1
|
* crank libtls majortb2024-03-021-1/+1
| | | | same bump as libcrypto and libssl
* bump libcrypto, libssl, libtls majorstb2023-07-281-1/+1
|
* Bump majors after symbol addition and removaltb2023-04-251-2/+2
|
* Crankl libcrypto/libssl/libtls minors after symbol additiontb2023-03-101-1/+1
|
* Bump libtls minor to match libcrypto and libssltb2022-11-131-1/+1
|
* bump major after libcrypto and libssl major bumptb2022-09-111-2/+2
|
* Bump libtls minor after libcrypto and libssl minor bumptb2022-07-071-1/+1
|
* Crank major after symbol removal.tb2022-03-241-2/+2
|
* minor bump after api additiomeric2022-01-251-1/+1
|
* bump libcrypto, libssl, libtls majors after struct visibility changestb2022-01-141-1/+1
| | | | and Symbol addition and removal in libcrypto.
* Bump majors after struct visibility changes, symbol removal and symboltb2021-10-311-1/+1
| | | | addition.
* major bump (same type of crank as libssl)tb2021-09-101-1/+1
|
* give libtls the same bump as libssltb2021-05-101-2/+2
|
* Bump minors after symbol additiontb2021-03-311-1/+1
|
* minor bump after symbol additioneric2021-01-211-1/+1
|
* Bump libcrypto, libssl and libtls minors due to symbol additions.jsing2019-11-021-1/+1
|
* Bump libcrypto, libssl and libtls majors due to changes in struct sizesjsing2019-10-241-2/+2
| | | | and symbol addition.
* provide getters and setters for the RSA_METHOD interfacegilles2019-06-051-1/+1
| | | | ok tb@, jsing@, sthen@
* Bump libssl/libtls minors due to symbol addition.jsing2019-04-041-1/+1
|
* bump minors after symbol additiontb2019-03-171-1/+1
|
* bump minors after symbol additiontb2019-01-221-1/+1
|
* bump minors after symbol additiontb2019-01-191-1/+1
|
* expose the default cert file as a function, not a define. it's reallytedu2018-11-291-1/+1
| | | | | | an internal detail of the library, so the string should live inside it, not in the application code. ok jsing
* bump minors after symbol addition.tb2018-11-111-1/+1
|
* Bump libcrypto/libssl/libtls majors due to symbol removals (libcrypto)jsing2018-10-241-2/+2
| | | | and changes to struct visibility/sizes (libssl).
* crank to follow minor crank in libcrypto; ok tb@ jsing@djm2018-09-121-1/+1
|
* crank majors after symbol addition/modification/removaltb2018-08-241-2/+2
|
* bump minors after symbol additiontb2018-03-201-1/+1
|
* crank majorstb2018-03-171-2/+2
| | | | req by deraadt
* Bump minors after symbol additiontb2018-03-171-1/+1
|
* Also bump libtls minor after the addition of SSL_CTX_get_min/max_proto_versionjca2018-03-151-1/+1
| | | | cluebat tb@
* Bump lib{crypto,ssl,tls} minors due to symbol additions.jsing2018-02-221-1/+1
|
* Crank lib{crypto,ssl,tls} minors after symbol addition.tb2018-02-201-1/+1
|
* Bump minor due to symbol addition.tb2018-02-181-1/+1
|
* Bump libcrypto/libssl/libtls minors due to symbol additions.tb2018-02-181-1/+1
|
* Bump libcrypto/libssl/libtls minors due to symbol additions.jsing2018-02-171-1/+1
|
* Bump lib{crypto,ssl,tls} minors due to symbol additions.jsing2018-02-141-1/+1
|
* Bump lib{crypto,ssl,tls} minors due to symbol addition.jsing2018-02-101-1/+1
|
* Bump libssl/libtls minors due to symbol (re)addition.jsing2017-08-301-1/+1
|
* Bump lib{crypto,ssl,tls} majors due to symbol removals.jsing2017-08-281-2/+2
|
* Bump minor due to symbol addition.jsing2017-08-111-1/+1
| | | | Prompted by jsg@, since I apparently left it sitting in my tree...
* Bump minor due to symbol addition.jsing2017-07-061-1/+1
|
* Bump minors for symbol addition in libcryptobeck2017-05-061-1/+1
| | | | ok jsing@
* Add tls_peer_cert_chain_pem - To retreive the peer certificate and chainbeck2017-04-051-1/+1
| | | | | | | as PEM format. This allows for it to be used or examined with tools external to libtls bump minor ok jsing@