summaryrefslogtreecommitdiff
path: root/crypto/asn1/asn1.h
Commit message (Expand)AuthorAgeFilesLines
* Fix error codes.bodo2011-02-031-0/+1
* PR: 2433steve2011-01-241-1/+1
* Support routines for ASN1 scanning function, doesn't do much yet.steve2010-12-131-0/+8
* experimental function to convert ASN1_TIME to tm, not used or even compiled i...steve2010-05-031-3/+3
* Algorithm specific ASN1 signing functions.steve2010-03-111-0/+2
* RSA PSS verification support including certificates and certificatesteve2010-03-081-1/+0
* Add algorithm specific signature printing. An individual ASN1 method cansteve2010-03-061-2/+2
* Split PBES2 into cipher and PBKDF2 versions. This tidies the code somewhatsteve2009-11-251-0/+1
* PR: 1644steve2009-09-061-1/+1
* PR: 2013steve2009-09-021-0/+4
* Reject leading 0x80 in OID subidentifiers.steve2009-08-061-0/+1
* Update from 1.0.0-stable.steve2009-07-271-6/+7
* Updates from 1.0.0-stablesteve2009-04-061-0/+3
* Merge from 1.0.0-stable branch.steve2009-04-031-2/+2
* Update from stable branch.steve2009-03-251-0/+2
* PR: 1854steve2009-03-091-0/+1
* Update from stable branch.steve2009-01-281-0/+1
* Revert the size_t modifications from HEAD that had led to moregeoff2008-11-121-70/+63
* More size_tification.ben2008-11-011-7/+7
* size_tification.ben2008-11-011-56/+63
* Experimental new date handling routines. These fix issues with X509_time_adj()steve2008-10-071-0/+6
* More type-checking.ben2008-06-041-8/+10
* Fix it properly this time....steve2008-03-311-1/+1
* Fix macro.steve2008-03-311-2/+2
* Use correct headers for signed receipts. Use consistent naming.steve2008-03-311-3/+3
* And so it begins...steve2008-03-121-0/+53
* Extend attribute setting routines to support non-string types.steve2008-02-111-0/+1
* Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru>steve2007-11-201-0/+1
* Addenum to "Constify obj_dat.[ch]."appro2007-09-181-1/+1
* Finish gcc 4.2 changes.steve2007-06-071-9/+54
* New function ASN1_STRING_copy() to copy to an alreadysteve2007-04-141-0/+1
* Experimental streaming PKCS#7 support.steve2006-12-241-0/+2
* Initial, incomplete support for typesafe macros without using functionsteve2006-11-161-0/+6
* Fix various error codes to match functions.steve2006-07-171-1/+1
* Update PKCS#7 enveloped data to new API.steve2006-05-081-0/+1
* Add support for default public key digest type ctrl.steve2006-05-071-0/+1
* Remove link between digests and signature algorithms.steve2006-04-191-0/+3
* Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions tosteve2006-03-221-36/+0
* Gather printing routines into EVP_PKEY_ASN1_METHOD.steve2006-03-221-1/+3
* Transfer parameter handling and key comparison to algorithm methods.steve2006-03-201-3/+19
* Initial support for pluggable public key ASN1 support. Process most publicsteve2006-03-201-0/+20
* constify some print and ts functionsnils2006-03-051-4/+4
* make some parameters constnils2006-03-041-22/+26
* Tolerate a SEQUENCE in DN components.steve2006-02-191-0/+2
* RFC 3161 compliant time stamp request creation, response generationulf2006-02-121-0/+3
* Avoid contradictive error code assignments.bodo2006-01-081-1/+1
* Update to ASN1 printing code.steve2005-09-031-1/+1
* Update ASN1 printing code and add a -print option to 'pkcs7' utility forsteve2005-09-011-0/+9
* Initial support for ASN1 print code.steve2005-09-011-1/+35
* Make D-H safer, include well-known primes.ben2005-08-211-0/+1