aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1
Commit message (Expand)AuthorAgeFilesLines
* Harden ASN.1 BIO handling of large amounts of data.Dr. Stephen Henson2016-04-231-10/+26
* Fix some code maintenance issuesMatt Caswell2016-04-211-1/+1
* Remove --classic build entirelyRichard Levitte2016-04-201-78/+0
* Copyright consolidation: perl filesRich Salz2016-04-201-4/+7
* Make string_to_hex/hex_to_string publicRich Salz2016-04-181-1/+1
* Bugfix: in asn1parse avoid erroneous len after a sub-sequenceViktor Dukhovni2016-04-141-3/+4
* Remove check_defer()Dr. Stephen Henson2016-04-131-1/+0
* Rename int_*() functions to *_int()Matt Caswell2016-04-131-1/+1
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-131-1/+1
* Deprecate OBJ_cleanup() and make it a no-opMatt Caswell2016-04-131-1/+2
* Revert "various spelling fixes"Rich Salz2016-04-041-1/+1
* various spelling fixesFdaSilvaYY2016-04-041-1/+1
* Fix memory leaks in ASN.1Emilia Kasper2016-04-041-1/+8
* Fix buffer overrun in ASN1_parse().Ben Laurie2016-03-302-11/+20
* Make BIO opaqueMatt Caswell2016-03-292-27/+41
* Move dso.h to internalRich Salz2016-03-231-1/+0
* remove unused references fieldDr. Stephen Henson2016-03-222-32/+0
* Make X509_PUBKEY opaqueDr. Stephen Henson2016-03-221-1/+3
* move x_pubkey.c to crypto/x509Dr. Stephen Henson2016-03-223-380/+3
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-211-2/+2
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Remove #error from include files.Rich Salz2016-03-206-36/+12
* Don't free up EVP_MD_CTX.Schüller Felix2016-03-191-2/+6
* Fix no-cmacMatt Caswell2016-03-181-0/+2
* Make X509_SIG opaque.Dr. Stephen Henson2016-03-111-0/+10
* Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini2016-03-083-5/+27
* Convert CRYPTO_LOCK_EVP_PKEY to new multi-threading APIAlessandro Ghedini2016-03-081-3/+10
* Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson2016-03-071-40/+24
* Add ASN.1 ADB callback.Dr. Stephen Henson2016-03-041-0/+6
* GH753: More spelling fixFdaSilvaYY2016-02-271-1/+1
* check with NULLJ Mohan Rao Arisankala2016-02-261-2/+2
* explicit check for NULLJ Mohan Rao Arisankala2016-02-261-2/+2
* Check method before access and release ctx in error pathsJ Mohan Rao Arisankala2016-02-261-4/+8
* GH715: ENGINE_finish can take NULLRich Salz2016-02-251-4/+2
* GH480: Don't break statements with CPP stuff.Flavio Medeiros2016-02-241-5/+5
* Remove unused parameters from internal functionsRich Salz2016-02-221-12/+8
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-113-23/+6
* use consistent error messagesDr. Stephen Henson2016-02-111-4/+4
* Print out bad content octets.Dr. Stephen Henson2016-02-111-2/+18
* Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz2016-02-091-9/+7
* GH601: Various spelling fixes.FdaSilvaYY2016-02-054-4/+4
* Allocate ASN1_bn_print buffer internally.Dr. Stephen Henson2016-02-051-18/+28
* Add ASN1_buf_print to print a buffer in ASN1_bn_print format.Dr. Stephen Henson2016-02-051-17/+37
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+16
* Templatize util/domdRich Salz2016-01-291-2/+1
* Remove /* foo.c */ commentsRich Salz2016-01-2663-63/+0
* Fix possible memory leak on BUF_MEM_grow_clean failureFdaSilvaYY2016-01-241-8/+6
* free item after sk_push failmrpre2016-01-231-0/+1