aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add support for key logging callbacks.Cory Benfield2017-01-231-0/+22
* Defines and strings for special salt length values, add testsDr. Stephen Henson2017-01-181-0/+8
* Add support for -1, -2 salt lengths for PSS only keys.Dr. Stephen Henson2017-01-181-0/+1
* Clean dead macros and definesFdaSilvaYY2017-01-181-2/+1
* Clarify what RUN_ONCE returnsRichard Levitte2017-01-131-2/+5
* GH2176: Add X509_VERIFY_PARAM_get_timeRich Salz2017-01-121-0/+1
* Add a UI utility function with which to wrap pem_callback_cb in a UI_METHODRichard Levitte2017-01-111-0/+2
* Add an application data field in the UI_METHODRichard Levitte2017-01-112-1/+4
* Constify the input parameter to UI_method_get_*Richard Levitte2017-01-111-8/+7
* Verify that the sig algs extension has been sent for TLSv1.3Matt Caswell2017-01-102-0/+5
* Make CertificateVerify TLS1.3 awareMatt Caswell2017-01-101-1/+3
* Move Certificate Verify construction and processing into statem_lib.cMatt Caswell2017-01-101-0/+1
* Use typedefs for PSK, NPN, ALPN callback functionsRich Salz2017-01-091-75/+40
* Move extension data into sub-structsRich Salz2017-01-091-4/+8
* Rename "verify_cb" to SSL_verify_cbRich Salz2017-01-091-5/+5
* Doc nits: callback function typedefsRich Salz2017-01-091-7/+7
* fix typo and remove duplicate macroDr. Stephen Henson2017-01-081-7/+3
* make errorsDr. Stephen Henson2017-01-081-0/+1
* Only allow PSS padding for PSS keys.Dr. Stephen Henson2017-01-081-0/+1
* Initial parameter restrictions.Dr. Stephen Henson2017-01-081-0/+3
* Add rsa_pss_get_param.Dr. Stephen Henson2017-01-081-0/+1
* Support pad mode get/set for PSS keys.Dr. Stephen Henson2017-01-081-4/+2
* Key gen param support.Dr. Stephen Henson2017-01-081-0/+17
* Digest string helper function.Dr. Stephen Henson2017-01-081-0/+3
* Support RSA operations in PSS.Dr. Stephen Henson2017-01-081-18/+14
* PSS parameter encode and decode.Dr. Stephen Henson2017-01-081-0/+1
* add EVP_PKEY_RSA_PSSDr. Stephen Henson2017-01-081-0/+1
* Cache maskHash parameterDr. Stephen Henson2017-01-081-0/+4
* Implement TLSv1.3 style CertificateStatusMatt Caswell2017-01-061-0/+3
* Fix the SSL_set1_sigalgs() macroMatt Caswell2016-12-301-1/+1
* M_check_autoarg: sanity check the keyRichard Levitte2016-12-201-1/+2
* Add X509_VERIFY_PARAM inheritance flag set/getRich Salz2016-12-131-0/+5
* Remove ENGINE_load_dasync() (no OPENSSL_INIT_ENGINE_DASYNC already)Azat Khuzhin2016-12-121-2/+0
* Restore the ERR_FATAL_ERROR() macroBenjamin Kaduk2016-12-121-0/+1
* VMS UI_OpenSSL: generate OpenSSL errors when things go wrong.Richard Levitte2016-12-101-0/+6
* Check input length to pkey_rsa_verify()Dr. Stephen Henson2016-12-091-0/+1
* Fix make update issuesMatt Caswell2016-12-081-47/+53
* Move ServerHello extension parsing into the new extension frameworkMatt Caswell2016-12-081-0/+3
* Provide server side extension init and finalisation functionsMatt Caswell2016-12-081-0/+1
* Move client construction of ClientHello extensions into new frameworkMatt Caswell2016-12-081-0/+17
* Move client parsing of ServerHello extensions into new frameworkMatt Caswell2016-12-081-0/+3
* Rename some functionsMatt Caswell2016-12-081-3/+3
* Move ServerHello extension construction into the new extensions frameworkMatt Caswell2016-12-081-0/+12
* Add extensions construction supportMatt Caswell2016-12-081-0/+4
* Refactor ClientHello extension parsingMatt Caswell2016-12-081-0/+2
* Verify that extensions are used in the correct contextMatt Caswell2016-12-081-0/+1
* Add EncryptedExtensions messageMatt Caswell2016-12-082-1/+6
* In UI_OpenSSL's open(), generate an error on unknown errnoRichard Levitte2016-12-081-0/+2
* UI_process() didn't generate errorsRichard Levitte2016-12-081-0/+2
* Update the record layer to use TLSv1.3 style record constructionMatt Caswell2016-12-051-0/+1