summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2006-04-04New function to retrieve ASN1 info on public key algorithms. New commandDr. Stephen Henson
2006-04-04Update and add last (?) set of GOST OIDs.Dr. Stephen Henson
2006-04-02More GOST OIDsDr. Stephen Henson
2006-04-02Add GOST parameter set OIDs.Dr. Stephen Henson
2006-03-31Don't free up key in priv_decode.Dr. Stephen Henson
2006-03-31Initialize pval.Dr. Stephen Henson
2006-03-31If we declare a function, like d2i_TS_MSG_IMPRINT_bio(), we'd betterRichard Levitte
2006-03-31Fix gost OIDs.Dr. Stephen Henson
2006-03-29Fix typo.Dr. Stephen Henson
2006-03-29Add some GOST OIDs.Dr. Stephen Henson
2006-03-29Add missing function declaration.Dr. Stephen Henson
2006-03-28Fix bug where freed OIDs could be accessed in EVP_cleanup() byDr. Stephen Henson
2006-03-28New utility pkeyparam. Enhance and bugfix algorithm specific parameterDr. 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-23Typo.Dr. Stephen Henson
2006-03-23Fix bug in DSA, EC methods.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-22Keep up with the changes in the Unix build system.Richard Levitte
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-22VMS doesn't support includes of paths very well.Richard Levitte
2006-03-21Synchronise with recent changesRichard Levitte
2006-03-20DH EVP_PKEY_ASN1_METHOD, doesn't do much (yet?).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-20Stop compiler warnings.Dr. Stephen Henson
2006-03-19fix last commit: return NULL is TS_RESP_CTX_set_status_info_cond() failedNils Larsch
2006-03-18ensure the pointer is valid before using itNils Larsch
2006-03-18remove unnecessary codeNils Larsch
2006-03-15fix problems found by coverity: remove useless codeNils Larsch
2006-03-15create BN_CTX objectNils Larsch
2006-03-14fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()Nils Larsch
2006-03-13fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()Nils Larsch
2006-03-11fix "missing initializer" warningNils Larsch
2006-03-11fix signed vs. unsigned warningNils Larsch
2006-03-07fix function name in error messageNils Larsch
2006-03-06unused functionUlf Möller
2006-03-05constify some print and ts functionsNils Larsch
2006-03-04no need to cast away the constNils Larsch
2006-03-04make some parameters constNils Larsch
2006-03-02Make shorter TS symbols for OpenVMS.Richard Levitte
2006-03-01Check EVP_DigestInit_ex() return value in EVP_BytesToKey().Dr. Stephen Henson
2006-02-28fix "#ifndef HZ" statementNils Larsch
2006-02-26TS bugfixes: Do not hardcode message digest algorithms; fix ASN1 decoding.Ulf Möller
2006-02-26Add TS to the VMS build.Richard Levitte
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