aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-11-03Add a HEADER_MODES_H guard in include/openssl/modes.hRichard Levitte1-6/+11
2016-11-02Add a DSO_dsobyaddr() functionMatt Caswell1-0/+11
2016-11-02Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell1-0/+13
2016-11-02Add DTLS_get_data_mtu() functionDavid Woodhouse1-0/+2
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell2-2/+14
2016-11-01Add SSL_CTX_set1_cert_store()Todd Short1-0/+1
2016-10-29Try to unify BIO read/write parameter namesBenjamin Kaduk1-1/+1
2016-10-28Fix some feedback issues for BIO size_t-ifyMatt Caswell1-4/+7
2016-10-28More parameter naming of BIO_read*/BIO_write* related functionsMatt Caswell2-4/+4
2016-10-28Tweaks based on review feedback of BIO size_t workMatt Caswell1-2/+2
2016-10-28Ensure all BIO functions call the new style callbackMatt Caswell1-2/+1
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell2-1/+9
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell2-1/+19
2016-10-26Provide a cross-platform format specifier (OSSLzu) for printing size_tMatt Caswell1-0/+11
2016-10-22Fix support for DragonFly BSDjrmarino1-1/+1
2016-10-17Add SSL_OP_NO_ENCRYPT_THEN_MACDavid Woodhouse1-0/+2
2016-10-10Remove trailing whitespace from some files.David Benjamin1-1/+1
2016-10-03Don't set the handshake header in every messageMatt Caswell1-0/+2
2016-09-29Convert CertStatus message construction to WPACKETMatt Caswell1-0/+1
2016-09-29ASN1_ITEM should use type name not structure name.Dr. Stephen Henson1-2/+2
2016-09-29Add ASN1_ITEM lookup and enumerate functions.Dr. Stephen Henson1-0/+3
2016-09-29Fix missing NULL checks in NewSessionTicket constructionMatt Caswell1-0/+1
2016-09-22Add OCSP_RESPID_match()Matt Caswell1-0/+1
2016-09-22Add the ability to set OCSP_RESPID fieldsMatt Caswell1-0/+2
2016-09-21Don't allow too many consecutive warning alertsMatt Caswell1-0/+1
2016-09-21Revert "Constify code about X509_VERIFY_PARAM"Rich Salz2-3/+3
2016-09-21make update and fix some associated mis-matched error codesMatt Caswell1-0/+1
2016-09-20Convert NextProto message construction to WPACKETMatt Caswell1-0/+1
2016-09-18Constify code about X509_VERIFY_PARAMFdaSilvaYY2-3/+3
2016-09-13bio.h: fix number of arguments passed to BIO_ptr_ctrl()Viktor Szakats1-3/+3
2016-09-13Convert tls_construct_client_hello() to use PACKETWMatt Caswell1-1/+2
2016-09-11VMS: be less picky when loading DSOsRichard Levitte1-6/+0
2016-08-25Update CHANGES, NEWS, README and opensslv.h on masterRichard Levitte1-3/+3
2016-08-24Un-delete still documented X509_STORE_CTX_set_verifyViktor Dukhovni1-0/+2
2016-08-24Updates the CT_POLICY_EVAL_CTX PODRob Percival1-1/+1
2016-08-24Documents the CTLOG functionsRob Percival1-0/+1
2016-08-24Add comment about calling CT_POLICY_EVAL_CTX_freeRob Percival1-1/+5
2016-08-24Fix comment about what SCT_LIST_validate does.Rob Percival1-1/+1
2016-08-23Removes {i2o,o2i}_SCT_signature from the CT public APIRob Percival1-19/+0
2016-08-23Internalizes SCT_verify and removes SCT_verify_v1Rob Percival1-15/+1
2016-08-23Constify a bit X509_NAME_get_entryFdaSilvaYY1-1/+1
2016-08-23Constify some X509_NAME, ASN1 printing codeFdaSilvaYY2-10/+10
2016-08-23Constify some input parameters.FdaSilvaYY1-7/+7
2016-08-23Constify some inputs buffersFdaSilvaYY2-4/+4
2016-08-23Constify ASN1_PCTX_*FdaSilvaYY1-5/+5
2016-08-22Expose alloc functions for EC{PK,}PARAMETERSKazuki Yamaguchi1-0/+2
2016-08-22crypto/pkcs12: facilitate accessing data with non-interoperable password.Andy Polyakov1-13/+3
2016-08-22crypto/pkcs12: default to UTF-8.Andy Polyakov1-2/+4
2016-08-22crypto/pkcs12: add UTF8 support.Andy Polyakov1-1/+8
2016-08-21Move BIO index lock creationRich Salz1-0/+1