aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* New utility pkeyparam. Enhance and bugfix algorithm specific parameterDr. Stephen Henson2006-03-2813-53/+156
* Initial support for generalized public key parameters.Dr. Stephen Henson2006-03-247-11/+84
* Add support for legacy PEM format private keys in EVP_PKEY_ASN1_METHOD.Dr. Stephen Henson2006-03-2313-118/+197
* Typo.Dr. Stephen Henson2006-03-231-1/+1
* Fix bug in DSA, EC methods.Dr. Stephen Henson2006-03-232-6/+6
* Add information and pem strings. Update dependencies.Dr. Stephen Henson2006-03-2314-19/+221
* Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions toDr. Stephen Henson2006-03-2213-55/+179
* Keep up with the changes in the Unix build system.Richard Levitte2006-03-221-4/+4
* Move algorithm specific print code from crypto/asn1/t_pkey.c to separateDr. Stephen Henson2006-03-2210-519/+735
* Gather printing routines into EVP_PKEY_ASN1_METHOD.Dr. Stephen Henson2006-03-2211-622/+663
* VMS doesn't support includes of paths very well.Richard Levitte2006-03-222-3/+7
* Synchronise with recent changesRichard Levitte2006-03-211-5/+6
* DH EVP_PKEY_ASN1_METHOD, doesn't do much (yet?).Dr. Stephen Henson2006-03-201-0/+92
* Transfer parameter handling and key comparison to algorithm methods.Dr. Stephen Henson2006-03-209-226/+271
* Initial support for pluggable public key ASN1 support. Process most publicDr. Stephen Henson2006-03-2023-826/+1358
* Stop compiler warnings.Dr. Stephen Henson2006-03-201-2/+2
* fix last commit: return NULL is TS_RESP_CTX_set_status_info_cond() failedNils Larsch2006-03-191-9/+3
* ensure the pointer is valid before using itNils Larsch2006-03-182-12/+22
* remove unnecessary codeNils Larsch2006-03-182-6/+1
* fix problems found by coverity: remove useless codeNils Larsch2006-03-159-28/+10
* create BN_CTX objectNils Larsch2006-03-151-0/+14
* fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()Nils Larsch2006-03-141-1/+2
* fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()Nils Larsch2006-03-135-7/+16
* fix "missing initializer" warningNils Larsch2006-03-111-1/+2
* fix signed vs. unsigned warningNils Larsch2006-03-111-2/+1
* fix function name in error messageNils Larsch2006-03-071-1/+1
* unused functionUlf Möller2006-03-061-13/+0
* constify some print and ts functionsNils Larsch2006-03-0511-72/+73
* no need to cast away the constNils Larsch2006-03-041-1/+1
* make some parameters constNils Larsch2006-03-044-32/+36
* Make shorter TS symbols for OpenVMS.Richard Levitte2006-03-022-1/+16
* Check EVP_DigestInit_ex() return value in EVP_BytesToKey().Dr. Stephen Henson2006-03-011-1/+2
* fix "#ifndef HZ" statementNils Larsch2006-02-281-3/+3
* TS bugfixes: Do not hardcode message digest algorithms; fix ASN1 decoding.Ulf Möller2006-02-261-2/+2
* Add TS to the VMS build.Richard Levitte2006-02-262-2/+6
* Print out <INVALID> if an OID value is invalid.Dr. Stephen Henson2006-02-211-0/+2
* Tolerate a SEQUENCE in DN components.Dr. Stephen Henson2006-02-192-1/+3
* make some internal functions static; patch supplied by Kurt RoeckxNils Larsch2006-02-153-8/+8
* Fix from stable branch.Dr. Stephen Henson2006-02-151-4/+20
* Fix warnings.Dr. Stephen Henson2006-02-153-1/+3
* shorter filenamesUlf Möller2006-02-155-75/+72
* use asn1 callbacks for new, free and d2iNils Larsch2006-02-141-54/+33
* don't use the l length modifier for intNils Larsch2006-02-132-2/+2
* use stricter prototypes, fix warningsNils Larsch2006-02-131-26/+17
* fix warningNils Larsch2006-02-131-2/+2
* fix typo: pass pre-computed parameters to the underlying signature function; ...Nils Larsch2006-02-131-1/+1
* make updateUlf Möller2006-02-126-28/+209
* time stamp Makefile, test filesUlf Möller2006-02-121-0/+120
* RFC 3161 compliant time stamp request creation, response generationUlf Möller2006-02-1231-6/+5290
* Fix warnings about "sin" conflicting with sin(3) definition.Dr. Stephen Henson2006-02-091-10/+10