summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
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
2016-11-02Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell
2016-09-29Fix missing NULL checks in NewSessionTicket constructionMatt Caswell
2016-09-26Prepare for 1.1.0c-devMatt Caswell
2016-09-26Prepare for 1.1.0b releaseOpenSSL_1_1_0bMatt Caswell
2016-09-22Prepare for 1.1.0b-devMatt Caswell
2016-09-22Prepare for 1.1.0a releaseOpenSSL_1_1_0aMatt Caswell
2016-09-22Add OCSP_RESPID_match()Matt Caswell
2016-09-22Add the ability to set OCSP_RESPID fieldsMatt Caswell
2016-09-21Don't allow too many consecutive warning alertsMatt Caswell
2016-09-13bio.h: fix number of arguments passed to BIO_ptr_ctrl()Viktor Szakats
2016-08-25Prepare for 1.1.0a-devMatt Caswell
2016-08-25Prepare for 1.1.0 releaseOpenSSL_1_1_0Matt Caswell
2016-08-24Un-delete still documented X509_STORE_CTX_set_verifyViktor Dukhovni
2016-08-24Updates the CT_POLICY_EVAL_CTX PODRob Percival
2016-08-24Documents the CTLOG functionsRob Percival
2016-08-24Add comment about calling CT_POLICY_EVAL_CTX_freeRob Percival
2016-08-24Fix comment about what SCT_LIST_validate does.Rob Percival
2016-08-23Removes {i2o,o2i}_SCT_signature from the CT public APIRob Percival
2016-08-23Internalizes SCT_verify and removes SCT_verify_v1Rob Percival
2016-08-23Constify a bit X509_NAME_get_entryFdaSilvaYY
2016-08-23Constify some X509_NAME, ASN1 printing codeFdaSilvaYY
2016-08-23Constify some input parameters.FdaSilvaYY
2016-08-23Constify some inputs buffersFdaSilvaYY
2016-08-23Constify ASN1_PCTX_*FdaSilvaYY
2016-08-22Expose alloc functions for EC{PK,}PARAMETERSKazuki Yamaguchi
2016-08-22crypto/pkcs12: facilitate accessing data with non-interoperable password.Andy Polyakov
2016-08-22crypto/pkcs12: default to UTF-8.Andy Polyakov