summaryrefslogtreecommitdiff
path: root/lib/libcrypto/opensslfeatures.h
AgeCommit message (Expand)Author
2024-08-31Nuke the whrlpool (named after the galaxy) from orbitTheo Buehler
2024-03-02Update list of OPENSSL_NO_*Theo Buehler
2024-03-02Unhook and remove GOST and STREEBOGTheo Buehler
2023-07-28Set OPENSSL_NO_ENGINE, remove engine codeTheo Buehler
2023-07-28Drop DSO and define OPENSSL_NO_DSOTheo Buehler
2023-07-06define OPENSSL_NO_DTLS1_1 since we no longer have that either.Bob Beck
2023-07-06Define the 'standard' OPENSSL_NO_BLAHBLAH's for no tls 1.0 or 1.1Bob Beck
2023-04-25Remove commented version of OPENSSL_NO_EC2MTheo Buehler
2023-04-25LIBRESSL_NEXT_API is no longer neededTheo Buehler
2023-04-25Temporarily define LIBRESSL_NEXT_API in opensslfeatures.hTheo Buehler
2023-04-25Define OPENSSL_NO_DEPRECATED and OPENSSL_NO_EC2M in opensslfeatures.hTheo Buehler
2022-09-11Define LIBRESSL_HAS_QUICTheo Buehler
2022-01-14Unconditionally comment out OPENSSL_NO_RFC3779Theo Buehler
2022-01-14Expose Certificate Transparency symbols in headersTheo Buehler
2021-12-24Undo commenting of OPENSSL_NO_RFC3779Theo Buehler
2021-11-24Make the certificate transparency code build with the rest of the libraryBob Beck
2021-11-01Move the now internal X.509-related structs into x509_lcl.h.Theo Buehler
2021-11-01Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this isTheo Buehler
2021-10-31Enable RFC 3779 code.Theo Buehler
2021-10-31Expose new API in headers and make X509 structs opaque.Theo Buehler
2021-09-10Uncomment LIBRESSL_HAS_{TLS1_3,DTLS1_2} in opensslfeatures.hTheo Buehler
2021-03-31Expose various DTLSv1.2 specific functions and definesTheo Buehler
2020-09-09Import latest OPENSSL_NO_* flags from OpenSSL 1.1.1gKinichiro Inoguchi
2020-08-29define OPENSSL_NO_SSL_TRACE in opensslfeatures.hKinichiro Inoguchi
2019-11-02Enable CMS in LibreSSL.Joel Sing
2018-11-06Start working towards adding feature flags (rather than anti-feature flags)Joel Sing
2018-11-04Define OPENSSL_NO_ASYNC - our libcryptosink does not have built in asyncJoel Sing
2018-11-04Update the opensslfeatures.h to include all of the OPENSSL_NO_* flags thatJoel Sing
2018-11-04Reformat and sort the OPENSSL_NO_* defines.Joel Sing
2017-08-31Remove OPENSSL_NO_NEXTPROTONEG - some software creates conflictingJoel Sing
2017-08-28Define OPENSSL_NO_NEXTPROTONEG since there is no longer any NPN.Joel Sing
2015-09-14Temporarily revive MD4 for MS CHAP support.Doug Hogan
2015-09-13Remove MD4 support from LibreSSL.Doug Hogan
2015-09-13Remove SHA-0 support.Doug Hogan
2015-08-27Remove SSLv3 support from LibreSSL.Doug Hogan
2015-07-19Remove OpenSSL engine RSAX.Doug Hogan
2015-06-20Remove obsolete MDC-2DES from libcrypto.Doug Hogan
2015-05-26Add OPENSSL_NO_EGD to opensslfeatures.h.Brent Cook
2014-11-18Enable the build of GOST routines in libcrypto. Riding upon the CammeliaMiod Vallat
2014-11-17Add the Cammelia cipher to libcrypto.Miod Vallat
2014-07-11it has been 4888 days since the transient feature to define short macrosTed Unangst
2014-07-11additional features: no buffer freelists and no heartbleedTed Unangst
2014-07-11no compression is also a feature of libresslTed Unangst
2014-07-11move all the feature settings to a common header.Ted Unangst