PKCS#3 DH PKCS#8 ASN1 support.
[openssl.git] / crypto /
2006-04-12 Dr. Stephen HensonPKCS#3 DH PKCS#8 ASN1 support.
2006-04-12 Dr. Stephen HensonExtend DH ASN1 method to support public key encode...
2006-04-12 Dr. Stephen HensonCompare parameters when comparing public keys.
2006-04-12 Dr. Stephen HensonAdd file dso_beos.c missing from original commit.
2006-04-12 Dr. Stephen HensonSupport for DSA keygen, fix for genpkey.
2006-04-12 Dr. Stephen HensonInitial DSA EVP_PKEY_METHOD. Fixup some error codes.
2006-04-11 Ulf MöllerAdd BeOS support.
2006-04-11 Ulf MöllerUse Dl_info only on systems where it is known to exist...
2006-04-11 Ulf Mölleruncomment; that one slipped through
2006-04-11 Ulf Möllerimprove make dclean to remove files generated during...
2006-04-11 Dr. Stephen HensonAdd support for setting keybits and public exponent...
2006-04-11 Dr. Stephen HensonInitial keygen support.
2006-04-10 Dr. Stephen Hensonctrls to set PSS salt length.
2006-04-10 Dr. Stephen HensonPreliminary PSS support.
2006-04-10 Dr. Stephen HensonBeginnings of PSS support.
2006-04-10 Richard LevitteSynchronise with the Unix build
2006-04-10 Dr. Stephen HensonChange operation values so they can be used as a mask.
2006-04-10 Dr. Stephen HensonImplementation of pkey_rsa_verify. Some constification.
2006-04-10 Dr. Stephen HensonNew utility function to reverse a buffer, either by...
2006-04-09 Dr. Stephen HensonStore digests as EVP_MD instead of a NID.
2006-04-09 Dr. Stephen HensonConstification.
2006-04-09 Dr. Stephen HensonBugfix X9.31 padding.
2006-04-09 Dr. Stephen HensonSupport for digest signing and X931 in rsa_pkey_meth.
2006-04-09 Dr. Stephen HensonAdd checking to padding ctrl.
2006-04-09 Dr. Stephen HensonAdd RSA ctrl for padding mode, add ctrl support in...
2006-04-08 Dr. Stephen HensonImplement encrypt/decrypt using RSA.
2006-04-08 Dr. Stephen HensonInitial functions for RSA EVP_PKEY_METHOD.
2006-04-07 Dr. Stephen HensonIf <operatio>_init function is zero interpret as noop.
2006-04-07 Dr. Stephen HensonNew utility 'pkeyutl' a general purpose version of...
2006-04-07 Dr. Stephen HensonInclude EVP_PKEY argument in EVP_PKEY_CTX_new(). This...
2006-04-07 Dr. Stephen HensonInitial functions for main EVP_PKEY_METHOD operations.
2006-04-06 Dr. Stephen HensonUpdated to EVP_PKEY_METHOD code... still doesn't do...
2006-04-06 Dr. Stephen HensonInitial definitions and a few functions for EVP_PKEY_ME...
2006-04-05 Dr. Stephen HensonNew function to add dynamic alias.
2006-04-05 Dr. Stephen HensonLast arg to EVP_PKEY_assign() should be void *.
2006-04-05 Dr. Stephen HensonRebuild mac table to avoid duplicates.
2006-04-05 Dr. Stephen HensonTypos in a few OID names.
2006-04-05 Dr. Stephen HensonTypo.
2006-04-05 Dr. Stephen HensonMinor object name edit.
2006-04-04 Dr. Stephen HensonFix dynamic public key method lookup.
2006-04-04 Dr. Stephen HensonNew function to retrieve ASN1 info on public key algori...
2006-04-04 Dr. Stephen HensonUpdate and add last (?) set of GOST OIDs.
2006-04-02 Dr. Stephen HensonMore GOST OIDs
2006-04-02 Dr. Stephen HensonAdd GOST parameter set OIDs.
2006-03-31 Dr. Stephen HensonDon't free up key in priv_decode.
2006-03-31 Dr. Stephen HensonInitialize pval.
2006-03-31 Richard LevitteIf we declare a function, like d2i_TS_MSG_IMPRINT_bio...
2006-03-31 Dr. Stephen HensonFix gost OIDs.
2006-03-29 Dr. Stephen HensonFix typo.
2006-03-29 Dr. Stephen HensonAdd some GOST OIDs.
2006-03-29 Dr. Stephen HensonAdd missing function declaration.
2006-03-28 Dr. Stephen HensonFix bug where freed OIDs could be accessed in EVP_clean...
2006-03-28 Dr. Stephen HensonNew utility pkeyparam. Enhance and bugfix algorithm...
2006-03-24 Dr. Stephen HensonInitial support for generalized public key parameters.
2006-03-23 Dr. Stephen HensonAdd support for legacy PEM format private keys in EVP_P...
2006-03-23 Dr. Stephen HensonTypo.
2006-03-23 Dr. Stephen HensonFix bug in DSA, EC methods.
2006-03-23 Dr. Stephen HensonAdd information and pem strings. Update dependencies.
2006-03-22 Dr. Stephen HensonMake EVP_PKEY_ASN1_METHOD opaque. Add application level...
2006-03-22 Richard LevitteKeep up with the changes in the Unix build system.
2006-03-22 Dr. Stephen HensonMove algorithm specific print code from crypto/asn1...
2006-03-22 Dr. Stephen HensonGather printing routines into EVP_PKEY_ASN1_METHOD.
2006-03-22 Richard LevitteVMS doesn't support includes of paths very well.
2006-03-21 Richard LevitteSynchronise with recent changes
2006-03-20 Dr. Stephen HensonDH EVP_PKEY_ASN1_METHOD, doesn't do much (yet?).
2006-03-20 Dr. Stephen HensonTransfer parameter handling and key comparison to algor...
2006-03-20 Dr. Stephen HensonInitial support for pluggable public key ASN1 support...
2006-03-20 Dr. Stephen HensonStop compiler warnings.
2006-03-19 Nils Larschfix last commit: return NULL is TS_RESP_CTX_set_status_...
2006-03-18 Nils Larschensure the pointer is valid before using it
2006-03-18 Nils Larschremove unnecessary code
2006-03-15 Nils Larschfix problems found by coverity: remove useless code
2006-03-15 Nils Larschcreate BN_CTX object
2006-03-14 Nils Larschfix error found by coverity: check if ctx is != NULL...
2006-03-13 Nils Larschfix error found by coverity: check if ctx is != NULL...
2006-03-11 Nils Larschfix "missing initializer" warning
2006-03-11 Nils Larschfix signed vs. unsigned warning
2006-03-07 Nils Larschfix function name in error message
2006-03-06 Ulf Möllerunused function
2006-03-05 Nils Larschconstify some print and ts functions
2006-03-04 Nils Larschno need to cast away the const
2006-03-04 Nils Larschmake some parameters const
2006-03-02 Richard LevitteMake shorter TS symbols for OpenVMS.
2006-03-01 Dr. Stephen HensonCheck EVP_DigestInit_ex() return value in EVP_BytesToKey().
2006-02-28 Nils Larschfix "#ifndef HZ" statement
2006-02-26 Ulf MöllerTS bugfixes: Do not hardcode message digest algorithms...
2006-02-26 Richard LevitteAdd TS to the VMS build.
2006-02-21 Dr. Stephen HensonPrint out <INVALID> if an OID value is invalid.
2006-02-19 Dr. Stephen HensonTolerate a SEQUENCE in DN components.
2006-02-15 Nils Larschmake some internal functions static; patch supplied...
2006-02-15 Dr. Stephen HensonFix from stable branch.
2006-02-15 Dr. Stephen HensonFix warnings.
2006-02-15 Ulf Möllershorter filenames
2006-02-14 Nils Larschuse asn1 callbacks for new, free and d2i
2006-02-13 Nils Larschdon't use the l length modifier for int
2006-02-13 Nils Larschuse stricter prototypes, fix warnings
2006-02-13 Nils Larschfix warning
2006-02-13 Nils Larschfix typo: pass pre-computed parameters to the underlyin...
2006-02-12 Ulf Möllermake update
2006-02-12 Ulf Möllertime stamp Makefile, test files
next