aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix some clashing symbol numbers due to merge conflictMatt Caswell2016-11-041-3/+3
* Provide some constant time functions for dealing with size_t valuesMatt Caswell2016-11-041-0/+49
* Convert libssl writing for size_tMatt Caswell2016-11-041-0/+2
* Further libssl size_t-ify of readingMatt Caswell2016-11-041-0/+4
* Add a HEADER_MODES_H guard in include/openssl/modes.hRichard Levitte2016-11-031-6/+11
* Add a DSO_dsobyaddr() functionMatt Caswell2016-11-021-0/+11
* Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell2016-11-021-0/+13
* Add DTLS_get_data_mtu() functionDavid Woodhouse2016-11-021-0/+2
* Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell2016-11-022-2/+14
* Add SSL_CTX_set1_cert_store()Todd Short2016-11-011-0/+1
* Try to unify BIO read/write parameter namesBenjamin Kaduk2016-10-291-1/+1
* Fix some feedback issues for BIO size_t-ifyMatt Caswell2016-10-281-4/+7
* More parameter naming of BIO_read*/BIO_write* related functionsMatt Caswell2016-10-282-4/+4
* Tweaks based on review feedback of BIO size_t workMatt Caswell2016-10-281-2/+2
* Ensure all BIO functions call the new style callbackMatt Caswell2016-10-281-2/+1
* Create BIO_write_ex() which handles size_t argumentsMatt Caswell2016-10-282-1/+9
* Create BIO_read_ex() which handles size_t argumentsMatt Caswell2016-10-282-1/+19
* Provide a cross-platform format specifier (OSSLzu) for printing size_tMatt Caswell2016-10-261-0/+11
* Fix support for DragonFly BSDjrmarino2016-10-221-1/+1
* Add SSL_OP_NO_ENCRYPT_THEN_MACDavid Woodhouse2016-10-171-0/+2
* Remove trailing whitespace from some files.David Benjamin2016-10-101-1/+1
* Don't set the handshake header in every messageMatt Caswell2016-10-031-0/+2
* Convert CertStatus message construction to WPACKETMatt Caswell2016-09-291-0/+1
* ASN1_ITEM should use type name not structure name.Dr. Stephen Henson2016-09-291-2/+2
* Add ASN1_ITEM lookup and enumerate functions.Dr. Stephen Henson2016-09-291-0/+3
* Fix missing NULL checks in NewSessionTicket constructionMatt Caswell2016-09-291-0/+1
* Add OCSP_RESPID_match()Matt Caswell2016-09-221-0/+1
* Add the ability to set OCSP_RESPID fieldsMatt Caswell2016-09-221-0/+2
* Don't allow too many consecutive warning alertsMatt Caswell2016-09-211-0/+1
* Revert "Constify code about X509_VERIFY_PARAM"Rich Salz2016-09-212-3/+3
* make update and fix some associated mis-matched error codesMatt Caswell2016-09-211-0/+1
* Convert NextProto message construction to WPACKETMatt Caswell2016-09-201-0/+1
* Constify code about X509_VERIFY_PARAMFdaSilvaYY2016-09-182-3/+3
* bio.h: fix number of arguments passed to BIO_ptr_ctrl()Viktor Szakats2016-09-131-3/+3
* Convert tls_construct_client_hello() to use PACKETWMatt Caswell2016-09-131-1/+2
* VMS: be less picky when loading DSOsRichard Levitte2016-09-111-6/+0
* Update CHANGES, NEWS, README and opensslv.h on masterRichard Levitte2016-08-251-3/+3
* Un-delete still documented X509_STORE_CTX_set_verifyViktor Dukhovni2016-08-241-0/+2
* Updates the CT_POLICY_EVAL_CTX PODRob Percival2016-08-241-1/+1
* Documents the CTLOG functionsRob Percival2016-08-241-0/+1
* Add comment about calling CT_POLICY_EVAL_CTX_freeRob Percival2016-08-241-1/+5
* Fix comment about what SCT_LIST_validate does.Rob Percival2016-08-241-1/+1
* Removes {i2o,o2i}_SCT_signature from the CT public APIRob Percival2016-08-231-19/+0
* Internalizes SCT_verify and removes SCT_verify_v1Rob Percival2016-08-231-15/+1
* Constify a bit X509_NAME_get_entryFdaSilvaYY2016-08-231-1/+1
* Constify some X509_NAME, ASN1 printing codeFdaSilvaYY2016-08-232-10/+10
* Constify some input parameters.FdaSilvaYY2016-08-231-7/+7
* Constify some inputs buffersFdaSilvaYY2016-08-232-4/+4
* Constify ASN1_PCTX_*FdaSilvaYY2016-08-231-5/+5
* Expose alloc functions for EC{PK,}PARAMETERSKazuki Yamaguchi2016-08-221-0/+2