summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/opensslfeatures.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Nuke the whrlpool (named after the galaxy) from orbittb2024-08-311-2/+2
* Update list of OPENSSL_NO_*tb2024-03-021-5/+25
* Unhook and remove GOST and STREEBOGtb2024-03-021-2/+2
* Set OPENSSL_NO_ENGINE, remove engine codetb2023-07-281-2/+2
* Drop DSO and define OPENSSL_NO_DSOtb2023-07-281-2/+2
* define OPENSSL_NO_DTLS1_1 since we no longer have that either.beck2023-07-061-2/+5
* Define the 'standard' OPENSSL_NO_BLAHBLAH's for no tls 1.0 or 1.1beck2023-07-061-3/+4
* Remove commented version of OPENSSL_NO_EC2Mtb2023-04-251-1/+0
* LIBRESSL_NEXT_API is no longer neededtb2023-04-251-2/+0
* Temporarily define LIBRESSL_NEXT_API in opensslfeatures.htb2023-04-251-0/+2
* Define OPENSSL_NO_DEPRECATED and OPENSSL_NO_EC2M in opensslfeatures.htb2023-04-251-0/+2
* Define LIBRESSL_HAS_QUICtb2022-09-111-0/+1
* Unconditionally comment out OPENSSL_NO_RFC3779tb2022-01-141-3/+1
* Expose Certificate Transparency symbols in headerstb2022-01-141-3/+1
* Undo commenting of OPENSSL_NO_RFC3779tb2021-12-241-1/+3
* Make the certificate transparency code build with the rest of the librarybeck2021-11-241-1/+3
* Move the now internal X.509-related structs into x509_lcl.h.tb2021-11-011-2/+0
* Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this istb2021-11-011-1/+0
* Enable RFC 3779 code.tb2021-10-311-1/+1
* Expose new API in headers and make X509 structs opaque.tb2021-10-311-0/+3
* Uncomment LIBRESSL_HAS_{TLS1_3,DTLS1_2} in opensslfeatures.htb2021-09-101-2/+2
* Expose various DTLSv1.2 specific functions and definestb2021-03-311-0/+1
* Import latest OPENSSL_NO_* flags from OpenSSL 1.1.1ginoguchi2020-09-091-0/+8
* define OPENSSL_NO_SSL_TRACE in opensslfeatures.hinoguchi2020-08-291-1/+1
* Enable CMS in LibreSSL.jsing2019-11-021-1/+1
* Start working towards adding feature flags (rather than anti-feature flags)jsing2018-11-061-1/+10
* Define OPENSSL_NO_ASYNC - our libcryptosink does not have built in asyncjsing2018-11-041-1/+1
* Update the opensslfeatures.h to include all of the OPENSSL_NO_* flags thatjsing2018-11-041-8/+84
* Reformat and sort the OPENSSL_NO_* defines.jsing2018-11-041-25/+25
* Remove OPENSSL_NO_NEXTPROTONEG - some software creates conflictingjsing2017-08-311-1/+0
* Define OPENSSL_NO_NEXTPROTONEG since there is no longer any NPN.jsing2017-08-281-0/+1
* Temporarily revive MD4 for MS CHAP support.doug2015-09-141-1/+0
* Remove MD4 support from LibreSSL.doug2015-09-131-0/+1
* Remove SHA-0 support.doug2015-09-131-0/+1
* Remove SSLv3 support from LibreSSL.doug2015-08-271-0/+2
* Remove OpenSSL engine RSAX.doug2015-07-191-0/+1
* Remove obsolete MDC-2DES from libcrypto.doug2015-06-201-0/+1
* Add OPENSSL_NO_EGD to opensslfeatures.h.bcook2015-05-261-0/+1
* Enable the build of GOST routines in libcrypto. Riding upon the Cammeliamiod2014-11-181-1/+0
* Add the Cammelia cipher to libcrypto.miod2014-11-171-1/+0
* it has been 4888 days since the transient feature to define short macrostedu2014-07-111-58/+1
* additional features: no buffer freelists and no heartbleedtedu2014-07-111-0/+3
* no compression is also a feature of libressltedu2014-07-111-0/+4
* move all the feature settings to a common header.tedu2014-07-111-0/+72