summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
AgeCommit message (Expand)Author
2016-03-29Make BIO opaqueMatt Caswell
2016-03-23Move dso.h to internalRich Salz
2016-03-22remove unused references fieldDr. Stephen Henson
2016-03-22Make X509_PUBKEY opaqueDr. Stephen Henson
2016-03-22move x_pubkey.c to crypto/x509Dr. Stephen Henson
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte
2016-03-20Remove #error from include files.Rich Salz
2016-03-19Don't free up EVP_MD_CTX.Schüller Felix
2016-03-18Fix no-cmacMatt Caswell
2016-03-11Make X509_SIG opaque.Dr. Stephen Henson
2016-03-08Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini
2016-03-08Convert CRYPTO_LOCK_EVP_PKEY to new multi-threading APIAlessandro Ghedini
2016-03-07Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson
2016-03-04Add ASN.1 ADB callback.Dr. Stephen Henson
2016-02-27GH753: More spelling fixFdaSilvaYY
2016-02-26check with NULLJ Mohan Rao Arisankala
2016-02-26explicit check for NULLJ Mohan Rao Arisankala
2016-02-26Check method before access and release ctx in error pathsJ Mohan Rao Arisankala
2016-02-25GH715: ENGINE_finish can take NULLRich Salz
2016-02-24GH480: Don't break statements with CPP stuff.Flavio Medeiros
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-20Always build library object files with shared library cflagsRichard Levitte
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz
2016-02-11use consistent error messagesDr. Stephen Henson
2016-02-11Print out bad content octets.Dr. Stephen Henson
2016-02-09Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-02-05Allocate ASN1_bn_print buffer internally.Dr. Stephen Henson
2016-02-05Add ASN1_buf_print to print a buffer in ASN1_bn_print format.Dr. Stephen Henson
2016-02-01unified build scheme: add build.info filesRichard Levitte
2016-01-29Templatize util/domdRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-24Fix possible memory leak on BUF_MEM_grow_clean failureFdaSilvaYY
2016-01-23free item after sk_push failmrpre
2016-01-20Remove update tagsRich Salz
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2016-01-17Remove some old makefile targetsRich Salz
2016-01-12Move Makefiles to Makefile.inRich Salz
2016-01-12make updateRichard Levitte
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte
2016-01-11Enable/disable crypto-mdebug just like other featuresViktor Dukhovni
2016-01-07Only declare stacks in headersDr. Stephen Henson
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson
2015-12-22Cleanup CRYPTO_{push,pop}_infoRich Salz
2015-12-22Rename *_realloc_clean to *_clear_reallocRich Salz
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-14New function X509_get0_pubkeyDr. Stephen Henson