summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2018-08-14Prepare for 1.1.0i releaseOpenSSL_1_1_0iMatt Caswell
2018-08-14Update copyright yearMatt Caswell
2018-08-11i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a bufferRichard Levitte
2018-08-07Increase CT_NUMBER valuesRich Salz
2018-07-26Make number of Miller-Rabin tests for a prime tests depend on the security le...Kurt Roeckx
2018-07-26Change the number of Miller-Rabin test for DSA generation to 64Kurt Roeckx
2018-07-11Avoid __GNUC__ warnings when defining DECLARE_DEPRECATEDRichard Levitte
2018-06-25OpenSSL_add_ssl_algorithm-is-deprecated() is deprecated, make it soRichard Levitte
2018-06-18Convert _meth_get_ functions to const gettersJack Bates
2018-05-30Add APIs for custom X509_LOOKUP_METHOD creationMingtao Yang
2018-05-02Make X509_VERIFY_PARAM_get_hostflags() take a const argMatt Caswell
2018-05-02Fix SSL_get_shared_ciphers()Matt Caswell
2018-05-02a_strex.c: prevent out of bound read in do_buf()Dr. Matthias St. Pierre
2018-05-01Add getter for X509_VERIFY_PARAM_get_hostflagsMatt Caswell
2018-04-26PEM_def_callback(): use same parameter names as for pem_password_cbRichard Levitte
2018-04-21Ensure the thread keys are always allocated in the same orderBernd Edlinger
2018-04-16Revert "Add OPENSSL_VERSION_AT_LEAST"Dr. Matthias St. Pierre
2018-04-06Fix an error code to be consistent with masterMatt Caswell
2018-04-05Pick a q size consistent with the digest for DSA param generationMatt Caswell
2018-04-05Move the loading of the ssl_conf module to libcryptoMatt Caswell
2018-04-02EVP,KDF: Add more error code along some return 0FdaSilvaYY
2018-04-01VMS: Copy DECC inclusion epi- and prologues to internalsRichard Levitte
2018-03-27Fix typo in OPENSSL_LH_new compat APIRich Salz
2018-03-27Prepare for 1.1.0i-devMatt Caswell
2018-03-27Prepare for 1.1.0h releaseOpenSSL_1_1_0hMatt Caswell
2018-03-27Update copyright yearMatt Caswell
2018-03-27Limit ASN.1 constructed types recursive definition depthMatt Caswell
2018-03-21Check for alerts while waiting for a dry eventMatt Caswell
2018-03-06opensslconf.h.in: Use all the "openssl_api_defines"Richard Levitte
2018-02-19Add X509_get0_authority_key_id() functionMassimiliano Pala
2018-02-10Copy name string in BIO_meth_newRich Salz
2018-02-09Don't calculate the Finished MAC twiceMatt Caswell
2018-02-01Add OPENSSL_VERSION_AT_LEASTMichael Richardson
2018-01-30Add the SSL_OP_NO_RENEGOTIATION option to 1.1.0Matt Caswell
2018-01-24Fix signature of min/max proto getterChristian Heimes
2018-01-24Fix SSL_CTX_get_{min,max}_proto_version integer conversion warningSteffan Karger
2018-01-23Have EVP_PKEY_asn1_find_str() work more like EVP_PKEY_asn1_find()Richard Levitte
2018-01-18Cygwin is POSIX, don't say it isn'tRichard Levitte
2018-01-10Make data argument const in SSL_dane_tlsa_addPatrick Schlangen
2018-01-06Stop using unimplemented cipher classes.Bernd Edlinger
2017-12-16Fix invalid function type casts.Bernd Edlinger
2017-12-12Add an API to get the signer of an OCSP responseBenjamin Kaduk
2017-11-25Pretty-print large INTEGERs and ENUMERATEDs in hex.David Benjamin
2017-11-07Remove 4 broken macros from ocsp.hMatt Caswell
2017-11-02Prepare for 1.1.0h-devMatt Caswell
2017-11-02Prepare for 1.1.0g releaseOpenSSL_1_1_0gMatt Caswell
2017-10-31EVP_PKEY_asn1_add0(): Check that this method isn't already registeredRichard Levitte
2017-10-28Add missing paren.Rich Salz
2017-10-12make updateDr. Stephen Henson
2017-10-12Add EVP_PKEY_set1_engine() function.Dr. Stephen Henson