summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2017-01-09Use typedefs for PSK, NPN, ALPN callback functionsRich Salz
2017-01-09Move extension data into sub-structsRich Salz
2017-01-09Rename "verify_cb" to SSL_verify_cbRich Salz
2017-01-09Doc nits: callback function typedefsRich Salz
2017-01-08fix typo and remove duplicate macroDr. Stephen Henson
2017-01-08make errorsDr. Stephen Henson
2017-01-08Only allow PSS padding for PSS keys.Dr. Stephen Henson
2017-01-08Initial parameter restrictions.Dr. Stephen Henson
2017-01-08Add rsa_pss_get_param.Dr. Stephen Henson
2017-01-08Support pad mode get/set for PSS keys.Dr. Stephen Henson
2017-01-08Key gen param support.Dr. Stephen Henson
2017-01-08Digest string helper function.Dr. Stephen Henson
2017-01-08Support RSA operations in PSS.Dr. Stephen Henson
2017-01-08PSS parameter encode and decode.Dr. Stephen Henson
2017-01-08add EVP_PKEY_RSA_PSSDr. Stephen Henson
2017-01-08Cache maskHash parameterDr. Stephen Henson
2017-01-06Implement TLSv1.3 style CertificateStatusMatt Caswell
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-09Check input length to pkey_rsa_verify()Dr. Stephen Henson
2016-12-08Fix make update issuesMatt Caswell
2016-12-08Move ServerHello extension parsing into the new extension frameworkMatt Caswell
2016-12-08Provide server side extension init and finalisation functionsMatt Caswell
2016-12-08Move client construction of ClientHello extensions into new frameworkMatt Caswell
2016-12-08Move client parsing of ServerHello extensions into new frameworkMatt Caswell
2016-12-08Rename some functionsMatt Caswell
2016-12-08Move ServerHello extension construction into the new extensions frameworkMatt Caswell
2016-12-08Add extensions construction supportMatt Caswell
2016-12-08Refactor ClientHello extension parsingMatt Caswell
2016-12-08Verify that extensions are used in the correct contextMatt Caswell
2016-12-08Add EncryptedExtensions messageMatt Caswell
2016-12-08In UI_OpenSSL's open(), generate an error on unknown errnoRichard Levitte
2016-12-08UI_process() didn't generate errorsRichard Levitte
2016-12-05Update the record layer to use TLSv1.3 style record constructionMatt Caswell
2016-11-23Ensure the end of first server flight processing is doneMatt Caswell
2016-11-23Update state machine to be closer to TLS1.3Matt Caswell
2016-11-23Implement tls13_change_cipher_state()Matt Caswell
2016-11-21Make SSL_read and SSL_write return the old behaviour and document it.Kurt Roeckx
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx
2016-11-16Remove a hack from ssl_test_oldMatt Caswell
2016-11-16Fixed various style issues in the key_share codeMatt Caswell
2016-11-16Start using the key_share data to derive the PMSMatt Caswell
2016-11-16Add processing of the key_share received in the ServerHelloMatt Caswell
2016-11-16Add the key_share processing to the server sideMatt Caswell
2016-11-16Generate the key_shares extension on the client sideMatt Caswell
2016-11-15Reword documentation for {SCT_CTX/CT_POLICY_EVAL_CTX}_set_timeRob Percival