aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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-181-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-111-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
* Add some compat macros for removed tmp RSA functions/macrosMatt Caswell2016-06-301-0/+13
* Whitespace cleanup in cryptoFdaSilvaYY2016-06-296-7/+7
* SpellingFdaSilvaYY2016-06-291-1/+1
* rsa/rsa_lib.c: const-ify RSA_get0_engine().Andy Polyakov2016-06-271-1/+1
* RT4586: Remove RSA_memory_lock; unused, not neededRich Salz2016-06-271-4/+0
* Fix some OPENSSL_API_COMPAT valuesMatt Caswell2016-06-273-3/+3
* Deal with API changes.Ben Laurie2016-06-241-7/+8
* Add a getter to obtain the HMAC_CTX mdMatt Caswell2016-06-241-0/+1
* Add checks on sk_TYPE_push() returned resultFdaSilvaYY2016-06-231-0/+1
* Rework error handling from asn1_do_lock method.FdaSilvaYY2016-06-231-0/+1
* crypto/cryptlib.c: omit OPENSSL_ia32cap_loc().Andy Polyakov2016-06-221-2/+0
* Spelling... and more spellingFdaSilvaYY2016-06-222-2/+2