summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
AgeCommit message (Expand)Author
2006-04-11Initial keygen support.Dr. Stephen Henson
2006-04-08Initial functions for RSA EVP_PKEY_METHOD.Dr. Stephen Henson
2006-04-07New utility 'pkeyutl' a general purpose version of 'rsautl'.Dr. Stephen Henson
2006-04-05New function to add dynamic alias.Dr. Stephen Henson
2006-04-05Typo.Dr. Stephen Henson
2006-04-04Fix dynamic public key method lookup.Dr. Stephen Henson
2006-04-04New function to retrieve ASN1 info on public key algorithms. New commandDr. Stephen Henson
2006-03-24Initial support for generalized public key parameters.Dr. Stephen Henson
2006-03-23Add support for legacy PEM format private keys in EVP_PKEY_ASN1_METHOD.Dr. Stephen Henson
2006-03-23Add information and pem strings. Update dependencies.Dr. Stephen Henson
2006-03-22Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions toDr. Stephen Henson
2006-03-22Move algorithm specific print code from crypto/asn1/t_pkey.c to separateDr. Stephen Henson
2006-03-22Gather printing routines into EVP_PKEY_ASN1_METHOD.Dr. Stephen Henson
2006-03-20Transfer parameter handling and key comparison to algorithm methods.Dr. Stephen Henson
2006-03-20Initial support for pluggable public key ASN1 support. Process most publicDr. Stephen Henson
2006-03-15fix problems found by coverity: remove useless codeNils Larsch
2006-03-15create BN_CTX objectNils Larsch
2006-03-05constify some print and ts functionsNils Larsch
2006-03-04make some parameters constNils Larsch
2006-02-21Print out <INVALID> if an OID value is invalid.Dr. Stephen Henson
2006-02-19Tolerate a SEQUENCE in DN components.Dr. Stephen Henson
2006-02-15make some internal functions static; patch supplied by Kurt RoeckxNils Larsch
2006-02-15Fix warnings.Dr. Stephen Henson
2006-02-12make updateUlf Möller
2006-02-12RFC 3161 compliant time stamp request creation, response generationUlf Möller
2006-02-08p could be uninitializedNils Larsch
2006-02-04Update filenames in makefiles.Dr. Stephen Henson
2006-01-31Ignore zero length constructed segments.Dr. Stephen Henson
2006-01-29add additional checks + cleanupNils Larsch
2006-01-19Fixes for BOOL handling: produce errors for invalid string for mini-compiler,Dr. Stephen Henson
2006-01-14support numeric strings in ASN1_generate_nconfNils Larsch
2006-01-08Avoid contradictive error code assignments.Bodo Möller
2006-01-08Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller
2006-01-03In ASN1_parse() show tag value for ASN1 tags > 30.Dr. Stephen Henson
2005-12-05Update from stable branch.Dr. Stephen Henson
2005-11-20Extensive OID code enhancement and fixes.Dr. Stephen Henson
2005-10-02Oops :-)Dr. Stephen Henson
2005-09-30Make OPENSSL_NO_COMP compile again.Dr. Stephen Henson
2005-09-20"Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT table lookups.Andy Polyakov
2005-09-16Fix for Win32.Dr. Stephen Henson
2005-09-03Update print macro properly this time...Dr. Stephen Henson
2005-09-03Update ASN1 print implement macro.Dr. Stephen Henson
2005-09-03Update asn1t.h too for ASN1 print.Dr. Stephen Henson
2005-09-03Update to ASN1 printing code.Dr. Stephen Henson
2005-09-01Extend callback function to support print customization.Dr. Stephen Henson
2005-09-01Return 2 from X509_NAME printing routine to add newline.Dr. Stephen Henson
2005-09-01Update ASN1 printing code and add a -print option to 'pkcs7' utility forDr. Stephen Henson
2005-09-01Initial support for ASN1 print code.Dr. Stephen Henson
2005-08-28fix warnings when building openssl with the following compiler options:Nils Larsch
2005-08-21Make D-H safer, include well-known primes.Ben Laurie