aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/openssl_compat.h
AgeCommit message (Expand)Author
2023-10-14Print peer temporary key detailsArne Schwabe
2023-08-11show extra info for OpenSSL errorsArne Schwabe
2023-06-27Remove all traces of the previous MSVC build systemFrank Lichtenheld
2023-01-10Update copyright year to 2023Frank Lichtenheld
2022-08-22Update openssl_compat.h for newer LibreSSLMax Fillinger
2022-04-21The Great Reformatting of 2022David Sommerseth
2022-01-26update copyright year to 2022Antonio Quartulli
2022-01-20Initialize the xkey provider and use it in SSL contextSelva Nair
2021-12-13Remove md_kt_t and change crypto API to use const char*Arne Schwabe
2021-12-13Remove cipher_kt_t and change type to const char* in APIArne Schwabe
2021-12-06Remove cipher_ctx_get_cipher_kt and replace with direct context callsArne Schwabe
2021-11-01Use EVP_MD_get0_name instead EV_MD_nameArne Schwabe
2021-11-01Replace EVP_get_cipherbyname with EVP_CIPHER_fetchArne Schwabe
2021-11-01Use EVP_PKEY_get_group_name to query group nameArne Schwabe
2021-07-02Update Fox e-mail address in copyright noticesMax Fillinger
2021-06-15Update copyrightsDavid Sommerseth
2021-04-13Remove OpenSSL configure checksArne Schwabe
2021-04-07Use EVP_CTRL_AEAD_* instead EVP_CTRL_GCM_*Arne Schwabe
2020-07-21Implement tls-groups option to specify eliptic curves/groupsArne Schwabe
2020-07-20Drop support for OpenSSL 1.0.1Arne Schwabe
2019-08-16openssl: Fix compilation without deprecated OpenSSL 1.1 APIsRosen Penev
2018-12-12uncrustify openvpn/ sourcesGert Doering
2018-10-05Add OpenSSL compat definition for RSA_meth_set_signArne Schwabe
2018-06-29openssl: add missing #include statementsSteffan Karger
2018-06-29openssl: don't use deprecated SSLEAY/SSLeay symbolsSteffan Karger
2018-02-26Warn if tls-version-max < tls-version-minSteffan Karger
2018-02-01Update copyright to include 2018 plus company name changeDavid Sommerseth
2018-01-20Add SSL_CTX_get_max_proto_version() not in openssl 1.0Selva Nair
2018-01-20Fix --tls-version-min and --tls-version-max for OpenSSL 1.1+Steffan Karger
2018-01-14Bring cryptoapi.c upto speed with openssl 1.1Selva Nair
2018-01-14OpenSSL: check EVP_PKEY key types before returning the pkeyEmmanuel Deloget
2017-08-11Print ec bit details, refuse management-external-key if key is not RSAArne Schwabe
2017-06-29OpenSSL: remove EVP_CIPHER_CTX_free() from the compat layerEmmanuel Deloget
2017-06-29OpenSSL: remove EVP_CIPHER_CTX_new() from the compat layerEmmanuel Deloget
2017-06-22OpenSSL: remove pre-1.1 function from the OpenSSL compat interfaceEmmanuel Deloget
2017-06-18OpenSSL: don't use direct access to the internal of HMAC_CTXEmmanuel Deloget
2017-06-18OpenSSL: don't use direct access to the internal of EVP_CIPHER_CTXEmmanuel Deloget
2017-06-18OpenSSL: don't use direct access to the internal of EVP_MD_CTXEmmanuel Deloget
2017-06-18OpenSSL: force meth->name as non-const when we free() itEmmanuel Deloget
2017-06-18OpenSSL: don't use direct access to the internal of DSAEmmanuel Deloget
2017-06-18OpenSSL: don't use direct access to the internal of RSAEmmanuel Deloget
2017-06-18OpenSSL: don't use direct access to the internal of EVP_PKEYEmmanuel Deloget
2017-06-18OpenSSL: don't use direct access to the internal of X509Emmanuel Deloget
2017-06-16copyright: Update GPLv2 license textsDavid Sommerseth
2017-03-05OpenSSL: SSLeay symbols are no longer available in OpenSSL 1.1Emmanuel Deloget
2017-03-05OpenSSL: don't use direct access to the internal of RSA_METHODEmmanuel Deloget
2017-02-22OpenSSL: don't use direct access to the internal of X509_OBJECTEmmanuel Deloget
2017-02-22OpenSSL: don't use direct access to the internal of X509_STOREEmmanuel Deloget
2017-02-22OpenSSL: don't use direct access to the internal of SSL_CTXEmmanuel Deloget