summaryrefslogtreecommitdiffstats
path: root/crypto/mem.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-04-04Add an explicit load_config() call so any added algorithms areDr. Stephen Henson1-0/+4
2006-04-04Fix dynamic public key method lookup.Dr. Stephen Henson1-2/+2
2006-04-04New function to retrieve ASN1 info on public key algorithms. New commandDr. Stephen Henson8-9/+81
2006-04-04Stop warning.Dr. Stephen Henson1-1/+0
2006-04-04Update and add last (?) set of GOST OIDs.Dr. Stephen Henson4-9/+37
2006-04-03clarificationBodo Möller1-1/+7
2006-04-03check length properlyBodo Möller1-1/+1
2006-04-03simplify: use s2n macroBodo Möller1-4/+2
2006-04-03Avoid hard-coded table length where we can use sizeof.Bodo Möller1-105/+105
2006-04-03fix memory leakBodo Möller1-0/+4
2006-04-03Change chop to chomp when reading lines, so CRLF is properly processed onRichard Levitte1-2/+2
2006-04-02More GOST OIDsDr. Stephen Henson4-5/+243
2006-04-02Add GOST parameter set OIDs.Dr. Stephen Henson4-5/+326
2006-03-31Don't free up key in priv_decode.Dr. Stephen Henson1-1/+0
2006-03-31Initialize pval.Dr. Stephen Henson1-4/+1
2006-03-31If we declare a function, like d2i_TS_MSG_IMPRINT_bio(), we'd betterRichard Levitte1-0/+5
2006-03-31Fix gost OIDs.Dr. Stephen Henson4-22/+23
2006-03-30Synchronise with recent changesRichard Levitte1-4/+4
2006-03-30The -config option flag needs to be in the SSLEAY_CONFIG value.Richard Levitte2-2/+2
2006-03-30fix for hostname extensionBodo Möller1-18/+51
2006-03-30Implement Supported Elliptic Curves Extension.Bodo Möller9-157/+333
2006-03-30Change default curve (for compatibility with aBodo Möller1-3/+3
2006-03-30Implement cipher-suite selection logic given Supported Point Formats Extension.Bodo Möller1-0/+67
2006-03-29Fix typo.Dr. Stephen Henson1-1/+1
2006-03-29Add some GOST OIDs.Dr. Stephen Henson4-5/+73
2006-03-29Add missing function declaration.Dr. Stephen Henson1-1/+9
2006-03-28Fix bug where freed OIDs could be accessed in EVP_cleanup() byDr. Stephen Henson6-7/+37
2006-03-28Typo.Dr. Stephen Henson1-2/+2
2006-03-28New utility pkeyparam. Enhance and bugfix algorithm specific parameterDr. Stephen Henson18-67/+370
2006-03-28New general public key utility 'pkey'.Dr. Stephen Henson4-5/+295
2006-03-28Small bug. apps/CA.sh and apps/CA.com look at SSLEAY_CONFIG, notRichard Levitte2-0/+5
2006-03-27Since we're moving between directories, let's get an absolute path toRichard Levitte1-1/+1
2006-03-26Simplify ASN.1 for point format listBodo Möller1-27/+5
2006-03-25Only try to remove the tsa.dir subdirectory if it actually exists.Richard Levitte1-3/+6
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 Henson12-622/+669
2006-03-22VMS doesn't support includes of paths very well.Richard Levitte2-3/+7
2006-03-21Synchronise with recent changesRichard Levitte1-5/+6