index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
opensslfeatures.h
Age
Commit message (
Expand
)
Author
2024-08-31
Nuke the whrlpool (named after the galaxy) from orbit
Theo Buehler
2024-03-02
Update list of OPENSSL_NO_*
Theo Buehler
2024-03-02
Unhook and remove GOST and STREEBOG
Theo Buehler
2023-07-28
Set OPENSSL_NO_ENGINE, remove engine code
Theo Buehler
2023-07-28
Drop DSO and define OPENSSL_NO_DSO
Theo Buehler
2023-07-06
define OPENSSL_NO_DTLS1_1 since we no longer have that either.
Bob Beck
2023-07-06
Define the 'standard' OPENSSL_NO_BLAHBLAH's for no tls 1.0 or 1.1
Bob Beck
2023-04-25
Remove commented version of OPENSSL_NO_EC2M
Theo Buehler
2023-04-25
LIBRESSL_NEXT_API is no longer needed
Theo Buehler
2023-04-25
Temporarily define LIBRESSL_NEXT_API in opensslfeatures.h
Theo Buehler
2023-04-25
Define OPENSSL_NO_DEPRECATED and OPENSSL_NO_EC2M in opensslfeatures.h
Theo Buehler
2022-09-11
Define LIBRESSL_HAS_QUIC
Theo Buehler
2022-01-14
Unconditionally comment out OPENSSL_NO_RFC3779
Theo Buehler
2022-01-14
Expose Certificate Transparency symbols in headers
Theo Buehler
2021-12-24
Undo commenting of OPENSSL_NO_RFC3779
Theo Buehler
2021-11-24
Make the certificate transparency code build with the rest of the library
Bob Beck
2021-11-01
Move the now internal X.509-related structs into x509_lcl.h.
Theo Buehler
2021-11-01
Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this is
Theo Buehler
2021-10-31
Enable RFC 3779 code.
Theo Buehler
2021-10-31
Expose new API in headers and make X509 structs opaque.
Theo Buehler
2021-09-10
Uncomment LIBRESSL_HAS_{TLS1_3,DTLS1_2} in opensslfeatures.h
Theo Buehler
2021-03-31
Expose various DTLSv1.2 specific functions and defines
Theo Buehler
2020-09-09
Import latest OPENSSL_NO_* flags from OpenSSL 1.1.1g
Kinichiro Inoguchi
2020-08-29
define OPENSSL_NO_SSL_TRACE in opensslfeatures.h
Kinichiro Inoguchi
2019-11-02
Enable CMS in LibreSSL.
Joel Sing
2018-11-06
Start working towards adding feature flags (rather than anti-feature flags)
Joel Sing
2018-11-04
Define OPENSSL_NO_ASYNC - our libcryptosink does not have built in async
Joel Sing
2018-11-04
Update the opensslfeatures.h to include all of the OPENSSL_NO_* flags that
Joel Sing
2018-11-04
Reformat and sort the OPENSSL_NO_* defines.
Joel Sing
2017-08-31
Remove OPENSSL_NO_NEXTPROTONEG - some software creates conflicting
Joel Sing
2017-08-28
Define OPENSSL_NO_NEXTPROTONEG since there is no longer any NPN.
Joel Sing
2015-09-14
Temporarily revive MD4 for MS CHAP support.
Doug Hogan
2015-09-13
Remove MD4 support from LibreSSL.
Doug Hogan
2015-09-13
Remove SHA-0 support.
Doug Hogan
2015-08-27
Remove SSLv3 support from LibreSSL.
Doug Hogan
2015-07-19
Remove OpenSSL engine RSAX.
Doug Hogan
2015-06-20
Remove obsolete MDC-2DES from libcrypto.
Doug Hogan
2015-05-26
Add OPENSSL_NO_EGD to opensslfeatures.h.
Brent Cook
2014-11-18
Enable the build of GOST routines in libcrypto. Riding upon the Cammelia
Miod Vallat
2014-11-17
Add the Cammelia cipher to libcrypto.
Miod Vallat
2014-07-11
it has been 4888 days since the transient feature to define short macros
Ted Unangst
2014-07-11
additional features: no buffer freelists and no heartbleed
Ted Unangst
2014-07-11
no compression is also a feature of libressl
Ted Unangst
2014-07-11
move all the feature settings to a common header.
Ted Unangst