summaryrefslogtreecommitdiff
path: root/SSLeay.xs
Commit message (Expand)AuthorAge
* Mark Tuure as an inactive contributorChris Novakovic2024-01-04
* GH-458 Expose a number of recent and otherwise omitted LibreSSL functions.Heikki Vatiainen2024-01-04
* fix Win32 .lib/.a search loop fails to stop path search once file foundbulk882023-12-30
* GH-454 More fixes to address 'no code before declaration' warnings.Heikki Vatiainen2023-12-29
* C89/Visual C compatibility, no code before declbulk882023-12-29
* GH-452 Recently exposed SSL_SESSION_get0_cipher requires OpenSSL 1.1.0.Heikki Vatiainen2023-12-27
* GH-452 Expose OPENSSL_init_ssl, OPENSSL_init_crypto and related functions.Heikki Vatiainen2023-12-27
* GH-438 Remove 'extern "C"' wrapper around Perl XS includes.Heikki Vatiainen2023-12-10
* GH-425 Avoid C++ compiler warning about conversion from string literal to 'ch...Heikki Vatiainen2023-12-10
* GH-425 Support C++ compilers by avoiding implict conversion to and from 'void...Heikki Vatiainen2023-12-10
* GH-449 Remove support for OpenSSL older than 0.9.8 from various files.Heikki Vatiainen2023-12-09
* GH-449 Use GIMME_V instead of obsolete GIMME.Heikki Vatiainen2023-12-07
* Expose functions for setting up TLS 1.3 PSK authentication on the client side.Heikki Vatiainen2023-12-02
* GH-442 Expose functions for setting up TLS PSK on the server side. (#443)Heikki Vatiainen2023-09-16
* GH-71 Expose rest of SSL_CTX_set_client_hello_cb family of functions.Heikki Vatiainen2023-09-06
* GH-71 Expose SSL_client_hello_isv2().Heikki Vatiainen2023-08-22
* GH-71 Add initial tests for SSL_CTX_set_client_hello_cb().Heikki Vatiainen2023-07-28
* GH-71 Expose CTX_set_client_hello_cb().Heikki Vatiainen2023-07-05
* Add Changes entry and update SSLeay.pod for pull request GH-434.Heikki Vatiainen2023-06-12
* SSLeay.xs: Disable Policy Tree API for LibreSSL 3.8 and laterorbea2023-06-11
* Pass through RAND_seed() argument to libcryptoChris Novakovic2023-02-23
* GH-415 Remove code guraded by obsolete SSL_F_SSL_SET_HELLO_EXTENSION #ifdef.Heikki Vatiainen2023-01-05
* GH-415 Fix Net::SSLeay::get_keyblock_size() with AEAD ciphersuites.Heikki Vatiainen2023-01-05
* GH-415 Update master secret length in callback set by SSL_set_session_secret_cb.Heikki Vatiainen2023-01-05
* Remove unnecessary return value check in P_X509_get_crl_distribution_points.Heikki Vatiainen2022-12-23
* Fix memory leaks after calls to X509_get_ext_d2iAnton Borowka2022-12-23
* RSA_generate_key: declare all variables in PREINITChris Novakovic2022-12-18
* Use BIO API instead of fp to avoid OPENSSL_Applink errors(#405)jddurand2022-12-18
* Fix compilation failure using cljddurand2022-12-18
* Add EVP_PKEY_security_bits.Felipe Gasper2022-09-27
* Ensure that -Wcompound-token-split-by-macro is quietly silenced.Heikki Vatiainen2022-03-31
* Only silence compound-token-split-by-macro warnings on Perl < 5.35.2Chris Novakovic2022-03-29
* Remove unnecessary ppport.h NEED_ macrosChris Novakovic2022-03-28
* Use G_LIST instead of G_ARRAYChris Novakovic2022-03-25
* Silence compound-token-split-by-macro warnings with Clang >= 12Chris Novakovic2022-03-23
* Make libssl support for TLSv1 - TLSv1.2 optionalChris Novakovic2022-03-06
* GH-367 Expose X509_get0_notBefore, X509_getm_notBefore, X509_get0_notAfter an...Heikki Vatiainen2022-02-21
* GH-367 Expose X509_CRL_set1_lastUpdate() and X509_CRL_set1_nextUpdate().Heikki Vatiainen2022-02-09
* 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
* Remove unused variable (#365)Michal Josef Špaček2022-01-27
* Enable SSL get proto version for LibreSSL. (#364)Alexander Bluhm2022-01-21
* Implement RSA_get_key_parameters() for newer LibreSSL. (#363)Alexander Bluhm2022-01-20
* Use OCSP_SINGLERESP_get0_id() for LibreSSL. (#362)Alexander Bluhm2022-01-19
* Use X509_get0_tbs_sigalg() for LibreSSL. (#360)Alexander Bluhm2022-01-19
* GH-352 Expose OPENSSL_info(), OPENSSL_version_*() added in OpenSSL 3.0.0.Heikki Vatiainen2022-01-08
* GH-315 Use 64 bit constants with OpenSSL 3.0.0 and later. (#344)Heikki Vatiainen2021-12-29
* GH-152 Enhance RAND_file_name tests. (#342)Heikki Vatiainen2021-12-15
* GH-340 Expose SSL_CTX_set_keylog_callback and SSL_CTX_get_keylog_callback (#341)Heikki Vatiainen2021-12-14
* GH-338 Use const qualifier with advanced callback helpers. (#339)Heikki Vatiainen2021-12-13