summaryrefslogtreecommitdiff
path: root/crypto/asn1/d2i_pr.c
Commit message (Expand)AuthorAgeFilesLines
* Revert the size_t modifications from HEAD that had led to moregeoff2008-11-121-1/+1
* More size_tification.ben2008-11-011-1/+1
* Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru>steve2007-11-201-3/+35
* Initial, incomplete support for typesafe macros without using functionsteve2006-11-161-2/+1
* Fix obvious typo.appro2006-06-051-1/+1
* Clarify comment and add #ifdef.steve2006-06-051-0/+4
* Complete EVP_PKEY_ASN1_METHOD ENGINE support.steve2006-06-051-12/+15
* Add support for legacy PEM format private keys in EVP_PKEY_ASN1_METHOD.steve2006-03-231-37/+7
* Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions tosteve2006-03-221-1/+1
* Transfer parameter handling and key comparison to algorithm methods.steve2006-03-201-0/+1
* ecc api cleanup; summary:nils2005-05-161-1/+1
* Constify d2i, s2i, c2i and r2i functions and other associatedLEVITTE_after_constlevitte2004-03-151-3/+3
* use a generic EC_KEY structure (EC keys are not ECDSA specific)bodo2002-08-071-6/+6
* ECDSA supportbodo2002-02-131-1/+17
* NO_DSA, NO_RSA patches.steve2001-12-011-0/+4
* Header bloat reduction for EVP_PKEY.ben2001-08-031-0/+2
* Make all configuration macros available for application by makinglevitte2001-02-191-2/+2
* Constify DSA-related code.levitte2000-11-071-1/+2
* Constify the RSA parts of the ASN.1 library. Note some ugly castslevitte2000-11-061-1/+2
* ispell (and minor modifications)ulf2000-02-031-1/+1
* Fix some of the command line password stuff. New functionsteve2000-01-011-0/+23
* Don't include x509.h when we just need asn1.hbodo1999-07-241-1/+1
* Change #include filenames from <foo.h> to <openssl.h>.bodo1999-04-231-4/+4
* Change functions to ANSI C.ulf1999-04-191-7/+4
* Initial revisionrse1998-12-211-0/+117