| Commit message (Expand) | Author | Age | Files | Lines |
| * | * use $IF DEFINED instead of $IFDEF for consistency (and is required for 3.2.2) | svenbarth | 2021-04-23 | 1 | -1/+1 |
| * | * Fix getpeername, patch by BaldZhang for issue ID 38677 | michael | 2021-04-10 | 1 | -3/+5 |
| * | * Fix bug 37980: correct verifypeercert | michael | 2020-11-08 | 1 | -2/+14 |
| * | * Added InitSSLInterface overload where the library names can be specified | michael | 2020-10-24 | 1 | -2/+12 |
| * | * Fix windows compilation | michael | 2020-09-28 | 1 | -1/+1 |
| * | * LibreSSL support | michael | 2020-09-28 | 1 | -116/+114 |
| * | * Fix bug ID 37555, better openssl version call handling | michael | 2020-09-04 | 1 | -17/+9 |
| * | * Patch from BaldZhang to fix checking peer certificate | michael | 2020-08-21 | 2 | -5/+8 |
| * | * Fix bug ID 37197: add version numbers of CentOS | michael | 2020-06-10 | 1 | -1/+1 |
| * | * Patch to try more 1.1 library names on windows (bug ID 37137) | michael | 2020-05-26 | 1 | -0/+6 |
| * | * Fix bug ID 36484: macos forbids loading unversioned library | michael | 2019-12-27 | 1 | -1/+5 |
| * | * Fix bug 36443, patch from Andrew H. Allow non-blocking read | michael | 2019-12-15 | 1 | -0/+2 |
| * | * Remove randscreen call, deprecate randscreen (bug ID 36045) | michael | 2019-09-07 | 1 | -3/+1 |
| * | Fix bug ID 36023, deprecate sslleay | michael | 2019-08-29 | 1 | -1/+1 |
| * | * Bring OpenSSL up to date with V1.1 | michael | 2019-08-28 | 1 | -33/+235 |
| * | * Add to OpenSSLGetVersion to interface | michael | 2019-05-22 | 1 | -0/+1 |
| * | * Add OpenSSL_Version | michael | 2019-05-22 | 1 | -1/+13 |
| * | Fixed compilation after r40846 | marcus | 2019-01-11 | 1 | -118/+118 |
| * | * Fix calling convention of _PKCS7 functions | michael | 2019-01-11 | 1 | -63/+63 |
| * | * Fix stack overflow | michael | 2019-01-10 | 1 | -1/+1 |
| * | * Add PEM_write_bio_PKCS7, bug ID 0034842 | michael | 2019-01-09 | 1 | -2/+14 |
| * | * Rework SSL handling to be pluggable, add HTTPS support to fphttpserver | michael | 2019-01-05 | 3 | -102/+675 |
| * | * Added the declaration of some basic BN_* methods | joost | 2018-07-11 | 1 | -1/+534 |
| * | * Fixed reading error messages | joost | 2018-07-11 | 1 | -5/+9 |
| * | * Added RSA-ssh256 utility functions | joost | 2017-09-08 | 1 | -3/+153 |
| * | * When available, try to negotiate a TLS connection, if not available, use t... | joost | 2017-08-04 | 1 | -1/+7 |
| * | * Added OpenSSL's SslTLSMethod | joost | 2017-08-04 | 1 | -0/+13 |
| * | * Patch from Udo Schmal to Add SetEcdhAuto (bug ID 31275) | michael | 2017-01-27 | 2 | -8/+66 |
| * | * Add server SNI support (patch by Udo Schmal, bug ID 31271) | michael | 2017-01-25 | 2 | -3/+135 |
| * | * Patch from Udo Schmal to implement TLS_1.1 and TLS_1.2 (openssl 1.0.2j) | michael | 2017-01-21 | 2 | -5/+68 |
| * | * Missing X509 functions by Darek Mazur (Bug ID 30456) | michael | 2016-09-10 | 1 | -6/+34 |
| * | * Add PKCS7 functions (Bug ID 20573) | michael | 2015-12-31 | 1 | -0/+942 |
| * | * support for OS/2 DLL names used in the latest OpenSSL port updates | hajny | 2015-01-15 | 1 | -5/+16 |
| * | * OS/2 support previously added to Synapse merged in | hajny | 2014-05-03 | 1 | -8/+34 |
| * | * Some extra constants, specifically SNI related | michael | 2014-05-01 | 2 | -0/+52 |
| * | * Copyright notice | michael | 2014-04-11 | 1 | -0/+14 |
| * | * Small OO layer on top of SSL/SSLContext | michael | 2014-04-11 | 1 | -0/+577 |
| * | * Thread-safe loading of libraries. | michael | 2014-04-11 | 1 | -772/+878 |
| * | * Added some constants and encoding functions. | michael | 2013-10-07 | 1 | -0/+233 |
| * | * Load crypto library before ssl library, required for OpenBSD (contributed ... | pierre | 2013-04-10 | 1 | -5/+5 |
| * | * patch from mantis #19039 which adds dessetkey | marco | 2011-06-02 | 1 | -0/+16 |
| * | * fix array count bug from 16875 | Almindor | 2011-02-03 | 1 | -1/+1 |
| * | * add a few version up front | Almindor | 2011-02-03 | 1 | -1/+2 |
| * | Patch from Alberto Brito, improves OpenSSL and allows only one of the 2 DLLs ... | sekelsenmat | 2010-09-15 | 1 | -199/+616 |
| * | Adds more OpenSSL BIO functions and constants | sekelsenmat | 2010-08-23 | 1 | -0/+107 |
| * | Small fix for PPEVP_PKEY | sekelsenmat | 2010-08-23 | 1 | -1/+1 |
| * | Adds PEM_read_bio_PrivateKey to the OpenSSl headers and other minor improvements | sekelsenmat | 2010-08-23 | 1 | -20/+55 |
| * | Patch from Inoussa OUEDRAOGO, improves OpenSSL | sekelsenmat | 2010-06-21 | 1 | -10/+10 |
| * | Adds new RSA, RAND, EVP, X509, Crypto and ERR functions to OpenSSL and also a... | sekelsenmat | 2010-06-21 | 1 | -147/+1100 |
| * | * add SSL_ctrl, SSL_CTX_ctrl and friends to openSSL | Almindor | 2008-05-29 | 1 | -0/+110 |