openssl.git
2002-10-11 Richard LevitteAdd a configuration target for A/UX.
2002-10-11 Richard Levittemake update
2002-10-11 Richard LevitteThere may be more than one single quote to fix.
2002-10-11 Richard LevitteMake sure it's properly detected when there's no versio...
2002-10-11 Richard LevitteMake sure $fname will not give us any surprises with...
2002-10-11 Richard LevitteBN_bn2hex() returns "0" instead of "00" for zero. ...
2002-10-11 Richard LevitteFix inconsistencies in the Darwin targets.
2002-10-11 Richard LevitteAdd a suffix for Darwin's sake, since it seems like...
2002-10-11 Richard LevitteMove the shared library construction stuff to Makefile...
2002-10-10 Richard LevitteRhapsody had ftime, Darwin doesn't (any longer?)
2002-10-10 Richard LevitteAdd a few more target platforms, to see how well the...
2002-10-10 Richard LevitteVMS below version 7 doesn't have strcasecmp, so let...
2002-10-10 Richard LevitteTypo
2002-10-10 Richard LevitteRFC 2712 redefines the codes for use of Kerberos 5...
2002-10-09 Dr. Stephen... More docs.
2002-10-09 Dr. Stephen... Typo.
2002-10-09 Dr. Stephen... Update docs.
2002-10-09 Richard LevitteMake sure that the 'config' variable is correctly defin...
2002-10-09 Richard LevitteRemove redundancy and use the main makefile better
2002-10-09 Richard LevitteKeep the sub_all symbol so all the algorithm Makefiles...
2002-10-09 Richard LevitteChange the main Makefile to have "mini-build" targets.
2002-10-09 Richard LevitteDon't fuss with the demo binaries
2002-10-09 Richard LevitteAdd a few more VxWorks targets.
2002-10-09 Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-10-09 Dr. Stephen... PKCS12_parse manual page.
2002-10-09 Dr. Stephen... PKCS12_create manual page
2002-10-09 Dr. Stephen... More man pages.
2002-10-09 Richard LevitteAdd missing LF
2002-10-08 Dr. Stephen... PKCS7_verify() docs.
2002-10-07 Dr. Stephen... More docs.
2002-10-07 Dr. Stephen... More d2i/i2d manual pages.
2002-10-06 Dr. Stephen... Document "0" and "1" naming convention.
2002-10-06 Dr. Stephen... Update docs.
2002-10-06 Dr. Stephen... Update docs.
2002-10-06 Dr. Stephen... Update DH parameter docs.
2002-10-06 Dr. Stephen... Various Win32 fixes.
2002-10-06 Dr. Stephen... Oops, remove old comment out debugging printf...
2002-10-06 Richard LevitteSince crypt() isn't defined anywhere, define it locally...
2002-10-06 Richard LevittePlease do not use C++ comments in C code.
2002-10-06 Richard LevitteDo not define crypt(). The supported function is DES_c...
2002-10-06 Dr. Stephen... Update RSAPublicKey manual page...
2002-10-05 Dr. Stephen... Some docs relating to X509 ASN1 functions.
2002-10-05 Richard LevitteFor some reason, the random number support removed...
2002-10-05 Dr. Stephen... Typo.
2002-10-04 Dr. Stephen... Add version info to Win32 DLLs.
2002-10-04 Dr. Stephen... make update
2002-10-04 Dr. Stephen... Add declaration got PKCS#7 NDEF.
2002-10-04 Dr. Stephen... Update mkdef.pl to handle new ASN1 macro
2002-10-04 Richard LevitteInstalled libraries should not be overwritten, especial...
2002-10-04 Richard LevitteAdd random number generation capability to the cswift...
2002-10-04 Richard LevitteIf we're loading libz dynamically, and COMP_zlib()...
2002-10-04 Richard LevitteDocument should match reality :-).
2002-10-04 Richard LevitteAdd a small note saying the 'debug' option should come...
2002-10-03 Dr. Stephen... Various enhancements to PKCS#12 code, new
2002-10-03 Dr. Stephen... Preliminary streaming ASN1 encode support.
2002-10-02 Richard LevitteRemoval missing
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...
next