summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the libssl/ssl directorybeck2016-09-032-54/+0
* Crank majors for lib{crypto,ssl,tls} due to symbol removals, symboljsing2016-04-281-1/+1
* Make sure stdio functions don't end up in the library, from miod@beck2016-03-061-1/+5
* bump the major for libcrypto/ssl/tls for a CRYPTO_chacha_20 ABI changebcook2015-12-091-2/+2
* bump minors after adding EVP_aead_chacha20_poly1305_ietf()reyk2015-11-021-1/+1
* 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
* Merge the remnants of s3_enc.c into t1_enc.c.jsing2015-09-111-2/+2
* Put the *method* data structures and functions in the same place.jsing2015-09-111-2/+2
* Remove SSLv3 method data structs and unlink s3_meth.c from the build.doug2015-08-291-2/+2
* 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
* Crank major and remove legacy variables.doug2015-07-191-1/+1
* Fix pointer to unsigned long conversion.doug2015-06-271-2/+2
* Crank major for libcrypto, ssl and tls due to MDC-2DES removal.doug2015-06-201-1/+1
* Fix library search path so we link against the freshly built libcrypto.sotobiasu2015-06-051-2/+2
* Use a relative path against BSDOBJDIR to pick libcrypto; makes cross-libmiod2015-05-261-2/+2
* Record inter-library dependencies between libcrypto, libssl and libtlskettenis2015-05-172-1/+4
* Bump libcrypto and libssl majors, due to various recent churn.jsing2015-02-221-1/+1
* Crank libssl major due to the recent changes and removals.jsing2015-02-071-2/+2
* Stop defining TERMIOS, ANSI_SOURCE and OPENSSL_NO_RC5 for libssl builds.jsing2015-02-071-3/+1
* Import BoringSSL's crypto bytestring and crypto bytebuilder APIs.doug2015-02-061-1/+2
* Support CA verification in chroot'ed processes without direct filereyk2015-01-221-1/+1
* libssl major++jsing2014-12-101-1/+1
* Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov.miod2014-11-181-1/+1
* Crank libssl major due to recent additions, removals and changes.jsing2014-10-311-2/+2
* Bump minor version for ECDH auto.jsing2014-10-031-1/+1
* Bump minor after adding SSL_CTX_use_certificate_chain().reyk2014-09-281-1/+1
* -DOPENSSL_NO_KRB5 is no longer neededderaadt2014-07-121-2/+2
* enough churn, a crank is advised by guenther..deraadt2014-07-121-1/+1
* crank major for decompression featuretedu2014-07-101-1/+1
* Remove support for the `opaque PRF input' extension, which draft has expiredmiod2014-06-131-2/+2
* Make make includes work again without kssl.hbeck2014-05-291-2/+2
* define LIBRESSL_INTERNAL, and use it to hide the bad stuff from ourselvestedu2014-05-251-1/+2
* Omit -Werror if building with gcc3, for it triggers "redefinition of `pqueue'"miod2014-05-181-2/+6
* No longer make pqueue.h a public (and installed) header file. Replace itsmiod2014-05-151-2/+2
* Move the `pqueue' part of libcrypto, which is a glorified sorted linked listmiod2014-05-122-4/+5
* Remove SRP and Kerberos support from libssl. These are complex protocolstedu2014-05-051-2/+2
* Make libssl and libcrypto compile with -Werrorbeck2014-04-231-2/+2
* Chop off more SSLv2 tentacles and start fixing and noting y2038 issues.guenther2014-04-201-1/+1
* -Walltedu2014-04-171-1/+2
* TANSTAAFL - delete the buf freelist code. if you need a better malloc, gettedu2014-04-161-2/+1
* add back SRP. i was being too greedy.tedu2014-04-161-2/+2
* disentangle SRP code from TLStedu2014-04-161-2/+2
* remove ssl2 support even more completely.tedu2014-04-151-3/+1
* Crank major for libcrypto and libssl; more symbol removals to occur during themiod2014-04-151-1/+1
* o_dir.c has a questionable odor.. now that we got rid of OPENSSL_DIR_XXXbeck2014-04-141-2/+1
* make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miodtedu2014-04-141-2/+2
* Move undocumented internal OPENSSL_DIR interface from libcrypto to libssl,miod2014-04-131-2/+3
* Crank libcrypto minor (addition of BN_consttime_swap and CRYPTO_memcmp)miod2014-04-131-1/+1