summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-07-26Note cipher BIO write errors too.Dr. Stephen Henson
2016-07-26Use sk_CONF_VALUE_pop_free in do_ext_nconf error path.David Benjamin
2016-07-26Set error if EVP_CipherUpdate fails.Dr. Stephen Henson
2016-07-26Deprecate X509_LU_FAIL, X509_LU_RETRYDr. Stephen Henson
2016-07-26Use X509_LOOKUP_TYPE for lookup type consistently.Dr. Stephen Henson
2016-07-26Remove current_method from X509_STORE_CTXDr. Stephen Henson
2016-07-25Discard BIO_set(BIO* bio) methodFdaSilvaYY
2016-07-25Make it possible for external code to set the certiciate proxy path lengthRichard Levitte
2016-07-25Add X509_STORE lock and unlock functionsRichard Levitte
2016-07-25Add setter and getter for X509_STORE's check_policyRichard Levitte
2016-07-25Add getters / setters for the X509_STORE_CTX and X509_STORE functionsRichard Levitte
2016-07-25explicit initFdaSilvaYY
2016-07-25Typo and comment fixFdaSilvaYY
2016-07-25Constify X509|X509_CRL|X509_REVOKED_get_extFdaSilvaYY
2016-07-25Constify ... X509|X509_CRL|X509_REVOKED|_get_ext*()FdaSilvaYY
2016-07-25Constify ...FdaSilvaYY
2016-07-25Constify (X509|X509V3|X509_CRL|X509_REVOKED)_get_ext_d2i ...FdaSilvaYY
2016-07-25Constify i2s_ASN1_INTEGER, X509V3_get_d2iFdaSilvaYY
2016-07-25Constify input parameters of methods :FdaSilvaYY
2016-07-25Enforce and explicit some const castingFdaSilvaYY
2016-07-25Constify i2t_ASN1_OBJECT, i2d_ASN1_OBJECT, i2a_ASN1_OBJECT.FdaSilvaYY
2016-07-25Constify ASN1_buf_printFdaSilvaYY
2016-07-25Constify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_to_UTF8, ASN1_TYPE_get_...FdaSilvaYY
2016-07-25Constify SXNET_add_id_*FdaSilvaYY
2016-07-25Constify EC_KEY_*_oct2priv() input bufferFdaSilvaYY
2016-07-25Constify CMS_decrypt_set1_key input bufferFdaSilvaYY
2016-07-25Constify engine/eng_cnf.c internal method.FdaSilvaYY
2016-07-24Add EVP_ENCODE_CTX_copyJakub Zelenka
2016-07-23Properly initialise the internal proxy certificate path length cacheRichard Levitte
2016-07-23Make it possible for external code to flag a certificate as a proxy one.Richard Levitte
2016-07-22Use newest CRL.Dr. Stephen Henson
2016-07-22Fix OOB read in TS_OBJ_print_bio().Dr. Stephen Henson
2016-07-20Cast to an unsigned type before negatingKurt Roeckx
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-07-20Don't allocate r/s in DSA_SIG and ECDSA_SIGDr. Stephen Henson
2016-07-20fix crypto-mdebug buildDr. Stephen Henson
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-07-20Use more X509_REQ_get0_pubkey & X509_get0_pubkeyFdaSilvaYY
2016-07-20OCSP_request_add0_id() inconsistent error returnTodd Short
2016-07-19make updateRichard Levitte
2016-07-19Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte
2016-07-19RT4593: Add space after comma (doc nits)Rich Salz
2016-07-19Cleanup after sk_push failmrpre
2016-07-19Check and print out boolean type properly.Dr. Stephen Henson
2016-07-18Fix print of ASN.1 BIGNUM type.Dr. Stephen Henson
2016-07-18Fix mingw buildMatt Caswell
2016-07-16aes/asm/aesfx-sparcv9.pl: switch to fshiftorx to improve single-blockAndy Polyakov
2016-07-16SPARC assembly pack: enforce V8+ ABI constraints.Andy Polyakov
2016-07-16evp/e_aes.c: wire new CBC and CTR subroutines from aesfx-sparcv9.Andy Polyakov
2016-07-16aes/asm/aesfx-sparcv9.pl: add "teaser" CBC and CTR subroutines.Andy Polyakov