summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Use X509_LOOKUP_TYPE for lookup type consistently.Dr. Stephen Henson2016-07-261-13/+16
* Move X509_LU_RETRY, X509_LU_FAILDr. Stephen Henson2016-07-261-2/+4
* Discard BIO_set(BIO* bio) methodFdaSilvaYY2016-07-251-2/+0
* Make it possible for external code to set the certiciate proxy path lengthRichard Levitte2016-07-251-0/+2
* Add X509_STORE lock and unlock functionsRichard Levitte2016-07-251-0/+2
* Add setter and getter for X509_STORE's check_policyRichard Levitte2016-07-251-0/+3
* Add getters / setters for the X509_STORE_CTX and X509_STORE functionsRichard Levitte2016-07-251-15/+65
* Typo and comment fixFdaSilvaYY2016-07-251-4/+4
* Discard some unused typedefsFdaSilvaYY2016-07-251-7/+0
* Constify X509|X509_CRL|X509_REVOKED_get_extFdaSilvaYY2016-07-251-3/+3
* Constify ... X509|X509_CRL|X509_REVOKED|_get_ext*()FdaSilvaYY2016-07-251-14/+14
* Constify ...FdaSilvaYY2016-07-251-3/+3
* Constify (X509|X509V3|X509_CRL|X509_REVOKED)_get_ext_d2i ...FdaSilvaYY2016-07-252-4/+4
* Constify i2s_ASN1_INTEGER, X509V3_get_d2iFdaSilvaYY2016-07-251-1/+1
* Constify input parameters of methods :FdaSilvaYY2016-07-251-5/+5
* Constify i2t_ASN1_OBJECT, i2d_ASN1_OBJECT, i2a_ASN1_OBJECT.FdaSilvaYY2016-07-251-3/+3
* Constify ASN1_buf_printFdaSilvaYY2016-07-251-1/+1
* Constify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_to_UTF8, ASN1_TYPE_get_...FdaSilvaYY2016-07-251-5/+5
* Constify SXNET_add_id_*FdaSilvaYY2016-07-251-4/+4
* Constify EC_KEY_*_oct2priv() input bufferFdaSilvaYY2016-07-251-1/+1
* Constify CMS_decrypt_set1_key input bufferFdaSilvaYY2016-07-251-1/+1
* Add EVP_ENCODE_CTX_copyJakub Zelenka2016-07-241-0/+1
* Make it possible for external code to flag a certificate as a proxy one.Richard Levitte2016-07-231-0/+1
* Check for errors allocating the error strings.Kurt Roeckx2016-07-2031-34/+32
* Don't allocate r/s in DSA_SIG and ECDSA_SIGDr. Stephen Henson2016-07-202-0/+2
* Fix a few if(, for(, while( inside code.FdaSilvaYY2016-07-201-7/+7
* Remove reduntant X509_STORE_CTX_set_verify_cb declarationHannes Magnusson2016-07-201-2/+0
* make updateRichard Levitte2016-07-191-0/+3
* Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte2016-07-191-1/+1
* Define a few internal macros for easy use of run_once functionsRichard Levitte2016-07-191-0/+42
* Update error codes following tls_process_key_exchange() refactorMatt Caswell2016-07-191-0/+4
* make updateRichard Levitte2016-07-191-0/+2
* Fixup collision between SSL_F_TLS_PROCESS_SKE and SSL_F_TLS_PROCESS_CKE macrosRichard Levitte2016-07-191-6/+6
* Fix up error codes after splitting up tls_construct_key_exchange()Matt Caswell2016-07-191-0/+6
* Errors fix up following break up of CKE processingMatt Caswell2016-07-181-0/+6
* check return values for EVP_Digest*() APIsDr. Stephen Henson2016-07-151-7/+7
* Add OCSP accessors.Dr. Stephen Henson2016-07-131-0/+5
* Perform DANE-EE(3) name checks by defaultViktor Dukhovni2016-07-123-0/+10
* Add nameConstraints commonName checking.Dr. Stephen Henson2016-07-121-0/+1
* GH1278: Removed error code for alertsRich Salz2016-07-081-0/+29
* Replace all #define's in pod pages.Rich Salz2016-07-081-8/+5
* include/openssl: don't include <windows.h> in public headers.Andy Polyakov2016-07-089-46/+34
* Stop using and deprecate ENGINE_setup_bsd_cryptodevRichard Levitte2016-07-051-1/+1
* Improve some error management code in CTFdaSilvaYY2016-07-051-2/+3
* Fix some memory error handling in CTFdaSilvaYY2016-07-051-0/+2
* Reorganise asn1.h and add comments.Dr. Stephen Henson2016-07-051-4/+12
* Add old locking constants backKurt Roeckx2016-07-011-0/+10
* Make CRYPTO_num_locks() return 1Kurt Roeckx2016-07-011-1/+1
* ssl.h: spelling in commentViktor Szakats2016-07-011-1/+1
* Constify a bit more OPENSSL_sk_ APIFdaSilvaYY2016-06-302-5/+5