summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| | | * | | | | GH-425 Support C++ compilers by avoiding implict conversion to and from 'void...Heikki Vatiainen2023-12-10
| | |/ / / / /
| | * | | | | Merge pull request #450 from radiator-software/GH-449-openssl32-and-othersHeikki Vatiainen2023-12-09
| | |\ \ \ \ \
| | | * | | | | GH-449 Update recent SSLeay.pod additions to match current formatting.Heikki Vatiainen2023-12-09
| | | * | | | | GH-449 Update Github CI with the latest stable OpenSSL and LibreSSL.Heikki Vatiainen2023-12-09
| | | * | | | | GH-449 Remove support for OpenSSL older than 0.9.8 from various files.Heikki Vatiainen2023-12-09
| | | * | | | | GH-449 Update ppport.h from 3.68 to 3.71.Heikki Vatiainen2023-12-07
| | | * | | | | GH-449 Use GIMME_V instead of obsolete GIMME.Heikki Vatiainen2023-12-07
| | | * | | | | GH-449 Use constants X509_VERSION_3 and X509_REQ_VERSION_1 when available.Heikki Vatiainen2023-12-06
| | | * | | | | GH-449 Add constants for version field in certificates, certificate requests ...Heikki Vatiainen2023-12-06
| | |/ / / / /
| | * | | | | Doc cleanup (#446)John Jetmore2023-12-03
| | * | | | | Merge pull request #448 from radiator-software/GH-93-add-ssl_ctx_set_psk_use_...Heikki Vatiainen2023-12-02
| | |\ \ \ \ \
| | | * | | | | Expose functions for setting up TLS 1.3 PSK authentication on the client side.Heikki Vatiainen2023-12-02
| | | * | | | | Expose NID_shake128, NID_shake256 and the rest of NID_sha* constants.Heikki Vatiainen2023-12-02
| | |/ / / / /
| | * | | | | GH-442 Expose functions for setting up TLS PSK on the server side. (#443)Heikki Vatiainen2023-09-16
| | * | | | | Merge pull request #441 from radiator-software/GH-71-add-ctx_set_client_hello_cbHeikki Vatiainen2023-09-06
| | |\ \ \ \ \
| | | * | | | | GH-71 Expose rest of SSL_CTX_set_client_hello_cb family of functions.Heikki Vatiainen2023-09-06
| | | * | | | | GH-71 Add TLSEXT_TYPE_ prefixed constants.Heikki Vatiainen2023-08-23
| | | * | | | | 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 Add constants for SSL_CTX_set_client_hello_cb() callback function.Heikki Vatiainen2023-07-09
| | | * | | | | GH-71 Expose CTX_set_client_hello_cb().Heikki Vatiainen2023-07-05
| | |/ / / / /
| | * | | | | Merge pull request #437 from radiator-software/gh-436-ci-enhancementsHeikki Vatiainen2023-06-23
| | |\ \ \ \ \
| | | * | | | | GH-436 Update Changes and OpenSSL and LibreSSL support information.Heikki Vatiainen2023-06-23
| | | * | | | | GH-436 Update ubuntu-openssl and ubuntu-libressl jobs with the latest releases.Heikki Vatiainen2023-06-23
| | | * | | | | GH-436 Add NetBSD 9.3 to BSDs job.Heikki Vatiainen2023-06-23
| | | * | | | | GH-436 Update OpenBSD test to use the two currently supported versions.Heikki Vatiainen2023-06-22
| | | * | | | | GH-436 Use macos-12 runner for BSDs and update FreeBSD matrix.Heikki Vatiainen2023-06-22
| | | * | | | | GH-436 Add more Alpine Linux tests.Heikki Vatiainen2023-06-22
| | |/ / / / /
| | * | | | | Merge pull request #435 from radiator-software/libressl-3.8.0-supportHeikki Vatiainen2023-06-12
| | |\ \ \ \ \
| | | * | | | | 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
| | |/ / / / /
| | * | | | | Merge pull request #433 from pghmcfc/no-sha1Heikki Vatiainen2023-06-11
| | |\ \ \ \ \
| | | * | | | | Add Changes entry for pull request GH-433.Heikki Vatiainen2023-06-11
| | | * | | | | Work around attempted implicit use of sha1 algorithm in test suitePaul Howarth2023-03-25
| | | * | | | | Avoid explicit use of sha1 algorithm in test suitePaul Howarth2023-03-25
| | |/ / / / /
| | * | | | | CI: test against OpenSSL 1.1.1t/3.0.8 and LibreSSL 3.5.4/3.6.2 (#432)Chris Novakovic2023-03-05
| | |\ \ \ \ \
| | | * | | | | CI: test against OpenSSL 1.1.1t/3.0.8 and LibreSSL 3.5.4/3.6.2Chris Novakovic2023-03-05
| | |/ / / / /
| | * | | | | Pass through RAND_seed() argument to libcrypto (#430)Chris Novakovic2023-02-23
| | |\ \ \ \ \
| | | * | | | | Pass through RAND_seed() argument to libcryptoChris Novakovic2023-02-23
| | |/ / / / /
| | * | | | | Developer release 1.93_02Chris Novakovic2023-02-22
| | * | | | | GH-394 Tests no longer depend on the legacy provider. (#423)Heikki Vatiainen2023-01-13
| | * | | | | 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
| | * | | | | Support LibreSSL 3.5 and 3.6 (#421)Chris Novakovic2022-12-31
| | |\ \ \ \ \
| | | * | | | | Support LibreSSL 3.5 and 3.6Chris Novakovic2022-12-31
| | |/ / / / /
| | * | | | | CI: test against OpenSSL 1.1.1s and 3.0.7 (#419)Chris Novakovic2022-12-30
| | |\ \ \ \ \
| | | * | | | | CI: test against OpenSSL 1.1.1s and 3.0.7Chris Novakovic2022-12-29
| | |/ / / / /
| | * | | | | CI: add Perl 5.36 to GHA Ubuntu 20.04 matrix (#417)Chris Novakovic2022-12-29
| | |\ \ \ \ \
| | | * | | | | CI: add Perl 5.36 to GHA Ubuntu 20.04 matrixChris Novakovic2022-12-29
| | |/ / / / /