aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-07-25Make it possible for external code to set the certiciate proxy path lengthRichard Levitte1-0/+2
2016-07-25Add X509_STORE lock and unlock functionsRichard Levitte1-0/+2
2016-07-25Add setter and getter for X509_STORE's check_policyRichard Levitte1-0/+3
2016-07-25Add getters / setters for the X509_STORE_CTX and X509_STORE functionsRichard Levitte1-15/+65
2016-07-25Typo and comment fixFdaSilvaYY1-4/+4
2016-07-25Discard some unused typedefsFdaSilvaYY1-7/+0
2016-07-25Constify X509|X509_CRL|X509_REVOKED_get_extFdaSilvaYY1-3/+3
2016-07-25Constify ... X509|X509_CRL|X509_REVOKED|_get_ext*()FdaSilvaYY1-14/+14
2016-07-25Constify ...FdaSilvaYY1-3/+3
2016-07-25Constify (X509|X509V3|X509_CRL|X509_REVOKED)_get_ext_d2i ...FdaSilvaYY2-4/+4
2016-07-25Constify i2s_ASN1_INTEGER, X509V3_get_d2iFdaSilvaYY1-1/+1
2016-07-25Constify input parameters of methods :FdaSilvaYY1-5/+5
2016-07-25Constify i2t_ASN1_OBJECT, i2d_ASN1_OBJECT, i2a_ASN1_OBJECT.FdaSilvaYY1-3/+3
2016-07-25Constify ASN1_buf_printFdaSilvaYY1-1/+1
2016-07-25Constify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_to_UTF8, ASN1_TYPE_get_...FdaSilvaYY1-5/+5
2016-07-25Constify SXNET_add_id_*FdaSilvaYY1-4/+4
2016-07-25Constify EC_KEY_*_oct2priv() input bufferFdaSilvaYY1-1/+1
2016-07-25Constify CMS_decrypt_set1_key input bufferFdaSilvaYY1-1/+1
2016-07-24Add EVP_ENCODE_CTX_copyJakub Zelenka1-0/+1
2016-07-23Make it possible for external code to flag a certificate as a proxy one.Richard Levitte1-0/+1
2016-07-20Check for errors allocating the error strings.Kurt Roeckx31-34/+32
2016-07-20Don't allocate r/s in DSA_SIG and ECDSA_SIGDr. Stephen Henson2-0/+2
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY1-7/+7
2016-07-20Remove reduntant X509_STORE_CTX_set_verify_cb declarationHannes Magnusson1-2/+0
2016-07-19make updateRichard Levitte1-0/+3
2016-07-19Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte1-1/+1
2016-07-19Define a few internal macros for easy use of run_once functionsRichard Levitte1-0/+42
2016-07-19Update error codes following tls_process_key_exchange() refactorMatt Caswell1-0/+4
2016-07-19make updateRichard Levitte1-0/+2
2016-07-19Fixup collision between SSL_F_TLS_PROCESS_SKE and SSL_F_TLS_PROCESS_CKE macrosRichard Levitte1-6/+6
2016-07-18Fix up error codes after splitting up tls_construct_key_exchange()Matt Caswell1-0/+6
2016-07-18Errors fix up following break up of CKE processingMatt Caswell1-0/+6
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson1-7/+7
2016-07-13Add OCSP accessors.Dr. Stephen Henson1-0/+5
2016-07-12Perform DANE-EE(3) name checks by defaultViktor Dukhovni3-0/+10
2016-07-11Add nameConstraints commonName checking.Dr. Stephen Henson1-0/+1
2016-07-08GH1278: Removed error code for alertsRich Salz1-0/+29
2016-07-08Replace all #define's in pod pages.Rich Salz1-8/+5
2016-07-08include/openssl: don't include <windows.h> in public headers.Andy Polyakov9-46/+34
2016-07-05Stop using and deprecate ENGINE_setup_bsd_cryptodevRichard Levitte1-1/+1
2016-07-05Improve some error management code in CTFdaSilvaYY1-2/+3
2016-07-05Fix some memory error handling in CTFdaSilvaYY1-0/+2
2016-07-05Reorganise asn1.h and add comments.Dr. Stephen Henson1-4/+12
2016-07-01Add old locking constants backKurt Roeckx1-0/+10
2016-07-01Make CRYPTO_num_locks() return 1Kurt Roeckx1-1/+1
2016-07-01ssl.h: spelling in commentViktor Szakats1-1/+1
2016-06-30Constify a bit more OPENSSL_sk_ APIFdaSilvaYY2-5/+5
2016-06-30Add some compat macros for removed tmp RSA functions/macrosMatt Caswell1-0/+13
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY6-7/+7
2016-06-29SpellingFdaSilvaYY1-1/+1