summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2006-02-15Fix from stable branch.Dr. Stephen Henson
2006-02-15Fix warnings.Dr. Stephen Henson
2006-02-15shorter filenamesUlf Möller
2006-02-14use asn1 callbacks for new, free and d2iNils Larsch
2006-02-13don't use the l length modifier for intNils Larsch
2006-02-13use stricter prototypes, fix warningsNils Larsch
2006-02-13fix warningNils Larsch
2006-02-13fix typo: pass pre-computed parameters to the underlying signature function; ...Nils Larsch
2006-02-12make updateUlf Möller
2006-02-12time stamp Makefile, test filesUlf Möller
2006-02-12RFC 3161 compliant time stamp request creation, response generationUlf Möller
2006-02-09Fix warnings about "sin" conflicting with sin(3) definition.Dr. Stephen Henson
2006-02-09Avoid warnings about shadowed definitions.Dr. Stephen Henson
2006-02-08remove unnecessary checkNils Larsch
2006-02-08p could be uninitializedNils Larsch
2006-02-04Update filenames in makefiles.Dr. Stephen Henson
2006-02-04Recognize mingw in perlasm.Dr. Stephen Henson