summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2017-05-25Prepare for 1.1.0f releaseOpenSSL_1_1_0fMatt Caswell
2017-05-19Fix ASN1_TIME_to_generalizedtime to take a const ASN1_TIMEMatt Caswell
2017-05-19Make SSL_is_server() accept a const SSLMatt Caswell
2017-05-12Clean up SSL_OP_* a bitTodd Short
2017-05-11Cleanup - use e_os2.h rather than stdint.hRichard Levitte
2017-05-10Ignore MSVC warnings (via Gisle Vanem)Rich Salz
2017-04-28Check fflush on BIO_ctrl callRich Salz
2017-04-25Don't attempt to send fragments > max_send_fragment in DTLSMatt Caswell
2017-04-13ASN.1: extend the possibilities to embed data instead of pointersRichard Levitte
2017-04-06e_os2.h: Refine OSSL_SSIZE definition under UEFI environmentQin Long
2017-04-04make updateRichard Levitte
2017-04-04Implement internal ASN.1 types INT32, UINT32, INT64, UINT64Richard Levitte
2017-04-03Add missing macros for DHxparamsMatt Caswell
2017-03-30More typo fixesFdaSilvaYY
2017-03-28Move PRIu64 to e_os.hRich Salz
2017-03-28Remove redundant decl of 509_STORE_set_flagsHannes Magnusson
2017-03-24Fix function documentationIan Spence
2017-03-20Fix the error handling in CRYPTO_dup_ex_data.Bernd Edlinger
2017-03-12Fix out-of-memory condition in confMatt Caswell
2017-02-16Prepare for 1.1.0f-devMatt Caswell
2017-02-16Prepare for 1.1.0e releaseOpenSSL_1_1_0eMatt Caswell
2017-02-16Don't change the state of the ETM flags until CCS processingMatt Caswell
2017-01-28Document what EXFLAG_SET is for in x509v3.hRichard Levitte
2017-01-26Prepare for 1.1.0e-devMatt Caswell
2017-01-26Prepare for 1.1.0d releaseOpenSSL_1_1_0dMatt Caswell
2017-01-26Better check of DH parameters in TLS dataRichard Levitte
2017-01-25Fix the overlapping check for fragmented "Update" operationsMatt Caswell
2017-01-18Clean dead macros and definesFdaSilvaYY
2017-01-13Clarify what RUN_ONCE returnsRichard Levitte
2017-01-12GH2176: Add X509_VERIFY_PARAM_get_timeRich Salz
2017-01-09Rename "verify_cb" to SSL_verify_cbRich Salz
2017-01-09Doc nits: callback function typedefsRich Salz
2016-12-30Fix the SSL_set1_sigalgs() macroMatt Caswell
2016-12-20M_check_autoarg: sanity check the keyRichard Levitte
2016-12-13Add X509_VERIFY_PARAM inheritance flag set/getRich Salz
2016-12-12Remove ENGINE_load_dasync() (no OPENSSL_INIT_ENGINE_DASYNC already)Azat Khuzhin
2016-12-12Restore the ERR_FATAL_ERROR() macroBenjamin Kaduk
2016-12-10VMS UI_OpenSSL: generate OpenSSL errors when things go wrong.Richard Levitte
2016-12-10Check input length to pkey_rsa_verify()Dr. Stephen Henson
2016-12-08In UI_OpenSSL's open(), generate an error on unknown errnoRichard Levitte
2016-12-08UI_process() didn't generate errorsRichard Levitte
2016-11-16Remove a hack from ssl_test_oldMatt Caswell
2016-11-15Reword documentation for {SCT_CTX/CT_POLICY_EVAL_CTX}_set_timeRob Percival
2016-11-15Remove obsolete error constant CT_F_CTLOG_NEW_NULLRob Percival
2016-11-15Check that SCT timestamps are not in the futureRob Percival
2016-11-14dsa/dsa_gen: add error message for seed_len < 0Sebastian Andrzej Siewior
2016-11-10Prepare for 1.1.0d-devMatt Caswell
2016-11-10Prepare for 1.1.0c releaseOpenSSL_1_1_0cMatt Caswell
2016-11-07Implement RSASSA-PKCS1-v1_5 as specified.David Benjamin
2016-11-02Add a DSO_dsobyaddr() functionMatt Caswell