aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2006-03-24Initial support for generalized public key parameters.Dr. Stephen Henson7-11/+84
2006-03-23Add support for legacy PEM format private keys in EVP_PKEY_ASN1_METHOD.Dr. Stephen Henson13-118/+197
2006-03-23Typo.Dr. Stephen Henson1-1/+1
2006-03-23Fix bug in DSA, EC methods.Dr. Stephen Henson2-6/+6
2006-03-23Add information and pem strings. Update dependencies.Dr. Stephen Henson14-19/+221
2006-03-22Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions toDr. Stephen Henson13-55/+179
2006-03-22Keep up with the changes in the Unix build system.Richard Levitte1-4/+4
2006-03-22Move algorithm specific print code from crypto/asn1/t_pkey.c to separateDr. Stephen Henson10-519/+735
2006-03-22Gather printing routines into EVP_PKEY_ASN1_METHOD.Dr. Stephen Henson11-622/+663
2006-03-22VMS doesn't support includes of paths very well.Richard Levitte2-3/+7
2006-03-21Synchronise with recent changesRichard Levitte1-5/+6
2006-03-20DH EVP_PKEY_ASN1_METHOD, doesn't do much (yet?).Dr. Stephen Henson1-0/+92
2006-03-20Transfer parameter handling and key comparison to algorithm methods.Dr. Stephen Henson9-226/+271
2006-03-20Initial support for pluggable public key ASN1 support. Process most publicDr. Stephen Henson23-826/+1358
2006-03-20Stop compiler warnings.Dr. Stephen Henson1-2/+2
2006-03-19fix last commit: return NULL is TS_RESP_CTX_set_status_info_cond() failedNils Larsch1-9/+3
2006-03-18ensure the pointer is valid before using itNils Larsch2-12/+22
2006-03-18remove unnecessary codeNils Larsch2-6/+1
2006-03-15fix problems found by coverity: remove useless codeNils Larsch9-28/+10
2006-03-15create BN_CTX objectNils Larsch1-0/+14
2006-03-14fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()Nils Larsch1-1/+2
2006-03-13fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()Nils Larsch5-7/+16
2006-03-11fix "missing initializer" warningNils Larsch1-1/+2
2006-03-11fix signed vs. unsigned warningNils Larsch1-2/+1
2006-03-07fix function name in error messageNils Larsch1-1/+1
2006-03-06unused functionUlf Möller1-13/+0
2006-03-05constify some print and ts functionsNils Larsch11-72/+73
2006-03-04no need to cast away the constNils Larsch1-1/+1
2006-03-04make some parameters constNils Larsch4-32/+36
2006-03-02Make shorter TS symbols for OpenVMS.Richard Levitte2-1/+16
2006-03-01Check EVP_DigestInit_ex() return value in EVP_BytesToKey().Dr. Stephen Henson1-1/+2
2006-02-28fix "#ifndef HZ" statementNils Larsch1-3/+3
2006-02-26TS bugfixes: Do not hardcode message digest algorithms; fix ASN1 decoding.Ulf Möller1-2/+2
2006-02-26Add TS to the VMS build.Richard Levitte2-2/+6
2006-02-21Print out <INVALID> if an OID value is invalid.Dr. Stephen Henson1-0/+2
2006-02-19Tolerate a SEQUENCE in DN components.Dr. Stephen Henson2-1/+3
2006-02-15make some internal functions static; patch supplied by Kurt RoeckxNils Larsch3-8/+8
2006-02-15Fix from stable branch.Dr. Stephen Henson1-4/+20
2006-02-15Fix warnings.Dr. Stephen Henson3-1/+3
2006-02-15shorter filenamesUlf Möller5-75/+72
2006-02-14use asn1 callbacks for new, free and d2iNils Larsch1-54/+33
2006-02-13don't use the l length modifier for intNils Larsch2-2/+2
2006-02-13use stricter prototypes, fix warningsNils Larsch1-26/+17
2006-02-13fix warningNils Larsch1-2/+2
2006-02-13fix typo: pass pre-computed parameters to the underlying signature function; ...Nils Larsch1-1/+1
2006-02-12make updateUlf Möller6-28/+209
2006-02-12time stamp Makefile, test filesUlf Möller1-0/+120
2006-02-12RFC 3161 compliant time stamp request creation, response generationUlf Möller31-6/+5290
2006-02-09Fix warnings about "sin" conflicting with sin(3) definition.Dr. Stephen Henson1-10/+10
2006-02-09Avoid warnings about shadowed definitions.Dr. Stephen Henson1-25/+25