openssl.git
2002-10-02 Richard LevitteThe OpenBSD project has replaced the first implementati...
2002-09-26 Bodo Möllerfix more race conditions
2002-09-25 Lutz JänickeAdd missing brackets.
2002-09-25 Bodo Möllerreally fix race conditions
2002-09-25 Richard LevitteMake sure that the signal storage is regarded as volatile.
2002-09-25 Richard LevitteIt makes more sense to refer to specific function manua...
2002-09-25 Richard LevitteRemove *all* references to RSA_PKCS1_RSAref, since...
2002-09-25 Richard LevitteRemove reference to RSA_PKCS1_RSAref, since it doesn...
2002-09-25 Richard LevitteIt makes more sense to refer to specific function manua...
2002-09-25 Richard LevitteIncorrect argument order to memset()
2002-09-25 Richard LevitteMissing ;
2002-09-25 Richard Levitte-elapsed is also useful when using gettimeofday
2002-09-23 Bodo Möllerreally fix race condition
2002-09-22 Ulf Mölleruse OPENSSL_SYS_MSDOS rather than __DJGPP__ to disable...
2002-09-22 Ulf Möllermake files didn't work on case insensitive filesystems
2002-09-19 Bodo Möllerthere is no minimum length for session IDs
2002-09-19 Bodo Möllerfix race condition
2002-09-16 Bodo Möllermake sure 'neg' flag (which does not really matter...
2002-09-16 Bodo Mölleradd URL for Internet Draft
2002-09-10 Bodo Möller1. switch from "-newkey ecdsa:..." to "-newkey ec:..."
2002-09-10 Bodo MöllerLet 'openssl req' fail if an argument to '-newkey'...
2002-09-08 Dr. Stephen... Really fix PKCS7_set_detached this time...
2002-09-07 Dr. Stephen... Fix typos in PKCS#12 ASN1 code.
2002-09-05 Lutz JänickeConsequently use term URI instead of URL
2002-09-02 Bodo Möller-nameopt fix has been moved to 0.9.7
2002-09-02 Bodo Möllermention EC_get_builtin_curves()
2002-09-02 Bodo Möllerchange API for looking at the internal curve list
2002-08-30 Dr. Stephen... Fix ASN1_STRING_to_UTF8: remove non sensical !*out...
2002-08-29 Bodo Möllerdon't memset(data,0,...) if data is NULL
2002-08-28 Geoff ThorpeFix a bug to allow the 4758 ENGINE to build as a DSO.
2002-08-27 Bodo Möllerdon't write beyond buffer
2002-08-27 Bodo Möllerchange 'usage' formatting
2002-08-26 Bodo Möllerless specific interface for EC_GROUP_get_basis_type
2002-08-26 Bodo Möllerfix spacing
2002-08-26 Bodo Möllermove EC_GROUP_get_basis_type() from ec_lib.c to ec_asn1.c
2002-08-26 Bodo MöllerASN1 for binary curves
2002-08-26 Bodo Möllerfix offsets
2002-08-26 Bodo Möllerecdsa => ec
2002-08-23 Dr. Stephen... Reinstate the check for invalid length BIT STRINGS,
2002-08-22 Dr. Stephen... Make -nameopt work in req and add support for -reqopt
2002-08-22 Dr. Stephen... Change C++ style comments
2002-08-22 Dr. Stephen... #if out unused function to shut the compiler up.
2002-08-22 Dr. Stephen... Fix crahses and leaks in pkcs12 utility -chain option
2002-08-18 Richard LevitteTypo, I assigned the variable ld instead of my_ld...
2002-08-17 Richard LevitteSo, I discovered that if you have your $PATH set so...
2002-08-16 Lutz JänickeReorder cleanup sequence in SSL_CTX_free() to leave...
2002-08-16 Bodo Möllertypo
2002-08-16 Bodo Möller'EC' vs. 'ECDSA'
2002-08-16 Richard Levitteisalist was less trustable than I thought (or rather...
2002-08-16 Richard LevitteAdd -lz to the ld flags when the user has chosen to...
2002-08-16 Dr. Stephen... Fix block_size field for CFB and OFB modes: it should...
2002-08-15 Richard Levitteq may be used uninitialised
2002-08-15 Bodo Mölleruse correct function code in error message
2002-08-15 Richard LevitteIt seems like sun4u doesn't always have a sparcv9 insid...
2002-08-15 Bodo Möllerfix warnings (CHARSET_EBCDIC)
2002-08-15 Bodo Möllerfix manpage
2002-08-15 Bodo Mölleradd crypto/ecdh
2002-08-15 Richard LevitteMissing =back.
2002-08-15 Richard LevitteAdd a FAQ entry for yet another bc failure.
2002-08-15 Richard LevitteYet a couple of modules forgotten. These weren't impor...
2002-08-15 Bodo MöllerSimplify handling of named curves: get rid of EC_GROUP_...
2002-08-15 Richard LevitteSometimes, the value of the variable containing the...
2002-08-14 Bodo Möllerchange how pod2man is handled: explicitly invoke '...
2002-08-14 Richard LevitteInstead of returning errors when certain flags are...
2002-08-14 Richard LevitteThe applications 'ecdsa' and 'ecparam' were missing...
2002-08-14 Richard LevitteMake sure that the test input file comes in the same...
2002-08-14 Bodo Möllermove a TODO from CHANGES to STATUS
2002-08-14 Bodo Mölleradd 'TODO' items
2002-08-14 Dr. Stephen... Fix typo in OBJ_txt2obj which incorrectly passed the...
2002-08-13 Richard LevitteSome files deserve to be ignored
2002-08-13 Richard LevitteMerge in demo engines from 0.9.7-stable.
2002-08-13 Richard LevitteComma forgotten.
2002-08-13 Richard LevitteOh, ec2_smpt.c is #included by ec2_smpl.c!
2002-08-12 Richard LevitteDo not include openssl/ripemd.h when the RIPEMD algorit...
2002-08-12 Richard LevitteDo not use the word 'modulus', which is a class templat...
2002-08-12 Bodo MöllerScripts for testing ECC ciphersuites.
2002-08-12 Richard LevitteA few files in the ENGINE and EVP sections forgotten.
2002-08-12 Bodo Möllerfix previous commit (there's no SSLEAY_VERSION_TEXT)
2002-08-12 Bodo Möllerremove comment
2002-08-12 Bodo Möllerremove debug messages
2002-08-12 Bodo Möllerfix comment
2002-08-12 Bodo Möllerget rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC...
2002-08-12 Bodo Mölleradd 0.9.6g information
2002-08-12 Richard LevitteUpdate with the status for 0.9.6g.
2002-08-11 Richard LevitteIn case of shared libraries, we might run one version...
2002-08-11 Richard LevitteOne more file to compile on VMS as well.
2002-08-11 Richard LevitteRemove clashes between symbols that have the same name...
2002-08-11 Richard LevitteMore long symbols to shorten.
2002-08-10 Richard Levittemem* functions are declared in string.h.
2002-08-10 Richard LevitteSynchronise tests with Unix.
2002-08-09 Richard LevitteA new header.
2002-08-09 Richard LevitteSynchronise with Unix.
2002-08-09 Richard LevitteMore long names to shorten.
2002-08-09 Bodo Möller.cvsignore for crypto/ecdh
2002-08-09 Bodo Möllermake update
2002-08-09 Bodo Möllerfix warnings
2002-08-09 Bodo Mölleradd field type to text output
2002-08-09 Bodo Mölleruse 0, not NULL
2002-08-09 Bodo MöllerECDH engine support
2002-08-09 Bodo MöllerECC ciphersuite support
next