summaryrefslogtreecommitdiff
path: root/typemap
Commit message (Expand)AuthorAge
* GH-452 Expose OPENSSL_init_ssl, OPENSSL_init_crypto and related functions.Heikki Vatiainen2023-12-27
* GH-425 Support C++ compilers by avoiding implict conversion to and from 'void...Heikki Vatiainen2023-12-10
* Expose functions for setting up TLS 1.3 PSK authentication on the client side.Heikki Vatiainen2023-12-02
* GH-367 Expose X509_CRL_get0_nextUpdate/lastUpdate and fix deprecation warnings.Heikki Vatiainen2022-02-09
* GH-369 Make RSA_get_key_parameters available with OpenSSL 1.1.0 and later.Heikki Vatiainen2022-02-07
* GH-315 Use 64 bit constants with OpenSSL 3.0.0 and later. (#344)Heikki Vatiainen2021-12-29
* GH-340 Expose SSL_CTX_set_keylog_callback and SSL_CTX_get_keylog_callback (#341)Heikki Vatiainen2021-12-14
* GH-293 Expose functions needed for working with OSSL_PROVIDERHeikki Vatiainen2021-09-25
* Expose functions to allow reading multiple pems from file and creating untrus...Marc Reisner2019-02-23
* Expose additional functions and constants (#107)FractalBoy2019-01-31
* Patch from Heikke Vatiainen adds two new functions introduced in OpenSSL 1.1....Mike McCauley2017-12-05
* Added support for OCSP. Patched by Steffen Ullrich. Thanks!Mike McCauley2014-05-08
* adds support for the basic operations necessary to support ECDH for PFS,Mike McCauley2013-10-11
* Added NPN support, thanks to kmxMike McCauley2012-03-28
* NEWLY INTRODUCED FUNCTIONS:Mike McCauley2012-03-20
* Added various digest functions, documentation and testsMike McCauley2012-02-08
* Fixed a problem with set_proxy where the password was not properlyMike McCauley2012-02-07
* Improvements to openssl backwards compatibility. Now build with versionsMike McCauley2012-02-05
* Fixed incorrect const signatures for 1.0 that were causing warnings. Mike McCauley2011-09-24
* Fixed incorrect const signatures for 1.0. Patch provided by "DouglasMike McCauley2011-09-23
* Fixed incorrect argument type in call to SSL_set1_paramMike McCauley2011-09-23
* Added suport for SSL_CTX_set1_param, SSL_set1_param,Mike McCauley2010-04-18
* - Various changes to build with OpenSSL 1.0 beta1:Mike McCauley2009-04-21
* Added EVP_add_digest and EVP_sha256 (if available)Mike McCauley2009-01-03
* Added support for ENGINE_by_id and ENGINE_set_default, requiredMike McCauley2008-06-26
* - Fix linking problems on Windows. Tested with VC++ 6.0, Shining LightMike McCauley2007-07-11
* r185@ata: rafl | 2006-07-19 02:49:52 +0200Florian Ragwitz2006-07-19
* r183@ata: rafl | 2006-07-19 02:46:26 +0200Florian Ragwitz2006-07-19
* Added patches from H.Merijn Brand:Mike McCauley2006-03-28
* fixed a thread safety problem with SvSetSV that could cause crashesMike McCauley2005-12-01
* * Created basic layout.Florian Ragwitz2005-11-30