openssl.git
2006-04-09 Dr. Stephen... Constification.
2006-04-09 Dr. Stephen... Bugfix X9.31 padding.
2006-04-09 Dr. Stephen... Support for digest signing and X931 in rsa_pkey_meth.
2006-04-09 Dr. Stephen... Add checking to padding ctrl.
2006-04-09 Dr. Stephen... Add RSA ctrl for padding mode, add ctrl support in...
2006-04-09 Dr. Stephen... Fix typo. Add EVP_PKEY_CTX control function for later...
2006-04-08 Dr. Stephen... Reformat pkeyutl.c, add support for verify operation...
2006-04-08 Dr. Stephen... Update dependencies.
2006-04-08 Dr. Stephen... Implement encrypt/decrypt using RSA.
2006-04-08 Dr. Stephen... Initial functions for RSA EVP_PKEY_METHOD.
2006-04-07 Dr. Stephen... If <operatio>_init function is zero interpret as noop.
2006-04-07 Dr. Stephen... New utility 'pkeyutl' a general purpose version of...
2006-04-07 Dr. Stephen... Include EVP_PKEY argument in EVP_PKEY_CTX_new(). This...
2006-04-07 Dr. Stephen... Initial functions for main EVP_PKEY_METHOD operations.
2006-04-06 Dr. Stephen... Updated to EVP_PKEY_METHOD code... still doesn't do...
2006-04-06 Dr. Stephen... Initial definitions and a few functions for EVP_PKEY_ME...
2006-04-05 Bodo MöllerRemove ECC extension information from external represen...
2006-04-05 Dr. Stephen... New function to add dynamic alias.
2006-04-05 Dr. Stephen... Last arg to EVP_PKEY_assign() should be void *.
2006-04-05 Dr. Stephen... Rebuild mac table to avoid duplicates.
2006-04-05 Dr. Stephen... Typos in a few OID names.
2006-04-05 Dr. Stephen... Typo.
2006-04-05 Dr. Stephen... Minor object name edit.
2006-04-04 Dr. Stephen... Add an explicit load_config() call so any added algorit...
2006-04-04 Dr. Stephen... Fix dynamic public key method lookup.
2006-04-04 Dr. Stephen... New function to retrieve ASN1 info on public key algori...
2006-04-04 Dr. Stephen... Stop warning.
2006-04-04 Dr. Stephen... Update and add last (?) set of GOST OIDs.
2006-04-03 Bodo Möllerclarification
2006-04-03 Bodo Möllercheck length properly
2006-04-03 Bodo Möllersimplify: use s2n macro
2006-04-03 Bodo MöllerAvoid hard-coded table length where we can use sizeof.
2006-04-03 Bodo Möllerfix memory leak
2006-04-03 Richard LevitteChange chop to chomp when reading lines, so CRLF is...
2006-04-02 Dr. Stephen... More GOST OIDs
2006-04-02 Dr. Stephen... Add GOST parameter set OIDs.
2006-03-31 Dr. Stephen... Don't free up key in priv_decode.
2006-03-31 Dr. Stephen... Initialize pval.
2006-03-31 Richard LevitteIf we declare a function, like d2i_TS_MSG_IMPRINT_bio...
2006-03-31 Dr. Stephen... Fix gost OIDs.
2006-03-30 Richard LevitteSynchronise with recent changes
2006-03-30 Richard LevitteThe -config option flag needs to be in the SSLEAY_CONFI...
2006-03-30 Bodo Möllerfix for hostname extension
2006-03-30 Bodo MöllerImplement Supported Elliptic Curves Extension.
2006-03-30 Bodo MöllerChange default curve (for compatibility with a
2006-03-30 Bodo MöllerImplement cipher-suite selection logic given Supported...
2006-03-29 Dr. Stephen... Fix typo.
2006-03-29 Dr. Stephen... Add some GOST OIDs.
2006-03-29 Dr. Stephen... Add missing function declaration.
2006-03-28 Dr. Stephen... Fix bug where freed OIDs could be accessed in EVP_clean...
2006-03-28 Dr. Stephen... Typo.
2006-03-28 Dr. Stephen... New utility pkeyparam. Enhance and bugfix algorithm...
2006-03-28 Dr. Stephen... New general public key utility 'pkey'.
2006-03-28 Richard LevitteSmall bug. apps/CA.sh and apps/CA.com look at SSLEAY_C...
2006-03-27 Richard LevitteSince we're moving between directories, let's get an...
2006-03-26 Bodo MöllerSimplify ASN.1 for point format list
2006-03-25 Richard LevitteOnly try to remove the tsa.dir subdirectory if it actua...
2006-03-24 Dr. Stephen... Initial support for generalized public key parameters.
2006-03-23 Dr. Stephen... Add support for legacy PEM format private keys in EVP_P...
2006-03-23 Dr. Stephen... Typo.
2006-03-23 Dr. Stephen... Fix bug in DSA, EC methods.
2006-03-23 Dr. Stephen... Add information and pem strings. Update dependencies.
2006-03-22 Dr. Stephen... Make 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... Move algorithm specific print code from crypto/asn1...
2006-03-22 Dr. Stephen... Gather 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... DH EVP_PKEY_ASN1_METHOD, doesn't do much (yet?).
2006-03-20 Dr. Stephen... Transfer parameter handling and key comparison to algor...
2006-03-20 Dr. Stephen... Initial support for pluggable public key ASN1 support...
2006-03-20 Dr. Stephen... Stop 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 Larschcheck if con != NULL before using it
2006-03-18 Nils Larschremove unnecessary code
2006-03-18 Richard LevitteTypo...
2006-03-17 Ulf Möller*** empty log message ***
2006-03-17 Ulf MöllerClarification for CPU specific config options.
2006-03-15 Nils Larschfix for OPENSSL_NO_EC
2006-03-15 Nils Larschfix problems found by coverity: remove useless code
2006-03-15 Richard Levittetlsext_ecpointformatlist_length is unsigned, so check...
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-13 Nils Larschsigned vs. unsigned
2006-03-13 Richard LevitteOh, now I noticed Bodo's change that made tlsext_ecpoin...
2006-03-13 Richard LevitteResolve signed vs. unsigned issues
2006-03-13 Bodo Möllerfix sign problems
2006-03-13 Nils Larschremove unused variables
2006-03-13 Bodo Möllerudpate Supported Point Formats Extension code
2006-03-12 Nils Larschfix comment
2006-03-12 Nils Larschuse BIO_snprintf() instead of snprintf + use BIO_FP_TEX...
2006-03-12 Nils Larschnote that SSL_library_init() is not reentrant
2006-03-11 Bodo MöllerImplement the Supported Point Formats Extension for...
2006-03-11 Bodo Möllerclarification
2006-03-11 Nils Larschfix signed vs. unsigned warning
2006-03-11 Nils Larschfix "missing initializer" warning
2006-03-11 Nils Larschfix signed vs. unsigned warning
2006-03-10 Nils Larschmake update
next