aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1
Commit message (Expand)AuthorAgeFilesLines
* make updateRichard Levitte2016-01-121-385/+455
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-122-13/+19
* Enable/disable crypto-mdebug just like other featuresViktor Dukhovni2016-01-111-8/+8
* Only declare stacks in headersDr. Stephen Henson2016-01-073-9/+9
* Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2016-01-072-3/+3
* Fix declarations and constification for inline stack.Dr. Stephen Henson2016-01-071-1/+1
* Cleanup CRYPTO_{push,pop}_infoRich Salz2015-12-221-16/+9
* Rename *_realloc_clean to *_clear_reallocRich Salz2015-12-222-2/+2
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-163-9/+9
* New function X509_get0_pubkeyDr. Stephen Henson2015-12-141-9/+14
* make updateDr. Stephen Henson2015-12-091-38/+10
* make updateRichard Levitte2015-12-071-3/+5
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-072-9/+9
* Add inclusion of internal/evp_int.h to all crypto/ files that need itRichard Levitte2015-12-073-0/+3
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-072-26/+40
* Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson2015-12-021-11/+8
* Fix uninitialised p error.Dr. Stephen Henson2015-11-241-1/+1
* Limit depth of ASN1 parse printing.Dr. Stephen Henson2015-11-241-0/+9
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-0921-44/+44
* Rebuild error source files.Dr. Stephen Henson2015-11-051-35/+35
* set string type when embeddingDr. Stephen Henson2015-10-181-0/+1
* Handle embed flag in ASN1_STRING_copy().Dr. Stephen Henson2015-10-151-1/+3
* embed support for ASN1_STRINGDr. Stephen Henson2015-10-112-7/+16
* embed support for CHOICE typeDr. Stephen Henson2015-10-112-5/+11
* Don't check pointer we just freed, always set it to NULL.Pascal Cuoq2015-10-071-2/+1
* Free up ASN.1 structures at top level only.Dr. Stephen Henson2015-10-052-29/+41
* Fix more d2i cases to properly update the input pointerKurt Roeckx2015-10-031-3/+5
* Fix no-stdio buildDavid Woodhouse2015-09-293-3/+8
* Move certificate request and CRL routines to x509 dir.Dr. Stephen Henson2015-09-2210-2047/+6
* Move functions.Dr. Stephen Henson2015-09-226-193/+140
* Use accessors in X509_REQ_print().Dr. Stephen Henson2015-09-221-10/+9
* Use accessor functions in X509_CRL_print().Dr. Stephen Henson2015-09-221-8/+11
* New accessor X509_REQ_get_X509_PUBKEY()Dr. Stephen Henson2015-09-221-1/+5
* Return shared OIDs when decoding.Dr. Stephen Henson2015-09-191-1/+24
* Embed various signature algorithms.Dr. Stephen Henson2015-09-178-18/+17
* RT4047: Set reference count earlierFilipe DA SILVA2015-09-171-1/+2
* Embed X509_REQ_INFODr. Stephen Henson2015-09-162-3/+3
* Embed X509_CINFDr. Stephen Henson2015-09-162-9/+9
* X509_CRL_INFO embedDr. Stephen Henson2015-09-162-10/+10
* Change X509_VAL in X509 structure to embedded.Dr. Stephen Henson2015-09-161-1/+1
* New ASN.1 embed macro.Dr. Stephen Henson2015-09-165-12/+66
* d2i: don't update input pointer on failureKurt Roeckx2015-09-144-9/+18
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-115-13/+5
* RT3993: Fix error found by VS2008David Woodhouse2015-09-081-1/+1
* Updates for NumericString supportMatt Caswell2015-09-071-4/+14
* Add NumericString supportDmitry Belyavsky2015-09-072-2/+19
* RT3998: Allow scrypt to be disabledRich Salz2015-09-041-0/+2
* Revert "OPENSSL_NO_xxx cleanup: RFC3779"David Woodhouse2015-09-031-0/+4
* remove 0 assignments.Rich Salz2015-09-036-66/+8
* Add and use OPENSSL_zallocRich Salz2015-09-023-9/+5