summaryrefslogtreecommitdiff
path: root/packages/openssl/src
Commit message (Expand)AuthorAgeFilesLines
* * use $IF DEFINED instead of $IFDEF for consistency (and is required for 3.2.2)svenbarth2021-04-231-1/+1
* * Fix getpeername, patch by BaldZhang for issue ID 38677michael2021-04-101-3/+5
* * Fix bug 37980: correct verifypeercertmichael2020-11-081-2/+14
* * Added InitSSLInterface overload where the library names can be specifiedmichael2020-10-241-2/+12
* * Fix windows compilationmichael2020-09-281-1/+1
* * LibreSSL supportmichael2020-09-281-116/+114
* * Fix bug ID 37555, better openssl version call handlingmichael2020-09-041-17/+9
* * Patch from BaldZhang to fix checking peer certificatemichael2020-08-212-5/+8
* * Fix bug ID 37197: add version numbers of CentOSmichael2020-06-101-1/+1
* * Patch to try more 1.1 library names on windows (bug ID 37137)michael2020-05-261-0/+6
* * Fix bug ID 36484: macos forbids loading unversioned librarymichael2019-12-271-1/+5
* * Fix bug 36443, patch from Andrew H. Allow non-blocking readmichael2019-12-151-0/+2
* * Remove randscreen call, deprecate randscreen (bug ID 36045)michael2019-09-071-3/+1
* Fix bug ID 36023, deprecate sslleaymichael2019-08-291-1/+1
* * Bring OpenSSL up to date with V1.1michael2019-08-281-33/+235
* * Add to OpenSSLGetVersion to interfacemichael2019-05-221-0/+1
* * Add OpenSSL_Versionmichael2019-05-221-1/+13
* Fixed compilation after r40846marcus2019-01-111-118/+118
* * Fix calling convention of _PKCS7 functionsmichael2019-01-111-63/+63
* * Fix stack overflowmichael2019-01-101-1/+1
* * Add PEM_write_bio_PKCS7, bug ID 0034842michael2019-01-091-2/+14
* * Rework SSL handling to be pluggable, add HTTPS support to fphttpservermichael2019-01-053-102/+675
* * Added the declaration of some basic BN_* methodsjoost2018-07-111-1/+534
* * Fixed reading error messagesjoost2018-07-111-5/+9
* * Added RSA-ssh256 utility functionsjoost2017-09-081-3/+153
* * When available, try to negotiate a TLS connection, if not available, use t...joost2017-08-041-1/+7
* * Added OpenSSL's SslTLSMethodjoost2017-08-041-0/+13
* * Patch from Udo Schmal to Add SetEcdhAuto (bug ID 31275)michael2017-01-272-8/+66
* * Add server SNI support (patch by Udo Schmal, bug ID 31271)michael2017-01-252-3/+135
* * Patch from Udo Schmal to implement TLS_1.1 and TLS_1.2 (openssl 1.0.2j)michael2017-01-212-5/+68
* * Missing X509 functions by Darek Mazur (Bug ID 30456)michael2016-09-101-6/+34
* * Add PKCS7 functions (Bug ID 20573)michael2015-12-311-0/+942
* * support for OS/2 DLL names used in the latest OpenSSL port updateshajny2015-01-151-5/+16
* * OS/2 support previously added to Synapse merged inhajny2014-05-031-8/+34
* * Some extra constants, specifically SNI relatedmichael2014-05-012-0/+52
* * Copyright noticemichael2014-04-111-0/+14
* * Small OO layer on top of SSL/SSLContextmichael2014-04-111-0/+577
* * Thread-safe loading of libraries.michael2014-04-111-772/+878
* * Added some constants and encoding functions.michael2013-10-071-0/+233
* * Load crypto library before ssl library, required for OpenBSD (contributed ...pierre2013-04-101-5/+5
* * patch from mantis #19039 which adds dessetkeymarco2011-06-021-0/+16
* * fix array count bug from 16875Almindor2011-02-031-1/+1
* * add a few version up frontAlmindor2011-02-031-1/+2
* Patch from Alberto Brito, improves OpenSSL and allows only one of the 2 DLLs ...sekelsenmat2010-09-151-199/+616
* Adds more OpenSSL BIO functions and constantssekelsenmat2010-08-231-0/+107
* Small fix for PPEVP_PKEYsekelsenmat2010-08-231-1/+1
* Adds PEM_read_bio_PrivateKey to the OpenSSl headers and other minor improvementssekelsenmat2010-08-231-20/+55
* Patch from Inoussa OUEDRAOGO, improves OpenSSLsekelsenmat2010-06-211-10/+10
* Adds new RSA, RAND, EVP, X509, Crypto and ERR functions to OpenSSL and also a...sekelsenmat2010-06-211-147/+1100
* * add SSL_ctrl, SSL_CTX_ctrl and friends to openSSLAlmindor2008-05-291-0/+110