openssl.git
2000-01-11 Richard LevitteAdded a comment about Win32.
2000-01-11 Richard LevitteAdd more info to the memory allocation change log.
2000-01-11 Richard LevitteMake sure that generated files are labeled as such...
2000-01-11 Bodo Mölleradd check for internal error
2000-01-11 Bodo MöllerThe buffer in ss3_read_n cannot actually occur because...
2000-01-11 Bodo MöllerClean up some of the SSL server code.
2000-01-11 Ulf Möllerdep/ directory is not needed.
2000-01-11 Ulf MöllerAdd missing =back.
2000-01-10 Dr. Stephen... Update docs.
2000-01-09 Dr. Stephen... New function X509_CTX_rget_chain(), make SSL_SESSION_pr...
2000-01-09 Bodo Möllers_client and s_server now have their own man pages.
2000-01-09 Dr. Stephen... Man page for s_server.
2000-01-08 Ben LaurieMake NO_RSA compile with pedantic.
2000-01-08 Dr. Stephen... Add -prexit command to s_client and patch some BIO
2000-01-08 Bodo Möllersuperseded by doc/man/openssl.pod
2000-01-08 Bodo MöllerUnify doc/openssl.pod and doc/man/openssl.pod, which...
2000-01-08 Bodo MöllerUse basename instead of complicated sed line.
2000-01-08 Dr. Stephen... Manpages for the DH utils and fix for a memory leak...
2000-01-08 Dr. Stephen... Add PKCS#12 manpage and use MAC iteration counts by...
2000-01-08 Ulf MöllerInstall man pages.
2000-01-08 Ulf MöllerMinor format changes.
2000-01-07 Bodo MöllerCA.pl is now generated automatically (using CA.pl.in...
2000-01-07 Bodo Möllerapps/openssl.cnf and the documentation say it's "nombstr",
2000-01-07 Bodo Möllermake no-des and no-rc2 work.
2000-01-07 Bodo Mölleradd V_CRYPTO_MDEBUG_ALL
2000-01-07 Ulf MöllerSubmitted by:
2000-01-07 Ulf MöllerHonor the no-xxx Configure options when creating .DEF...
2000-01-07 Dr. Stephen... #undef PKCS7_SIGNER_INFO for Win32 to avoid clashes.
2000-01-07 Ulf MöllerRemove obsolete SSLeay instructions.
2000-01-07 Ulf Möllerispell.
2000-01-07 Ulf MöllerAdd some newlines needed for pod2man, and run ispell.
2000-01-07 Dr. Stephen... More X509_ATTRIBUTE changes.
2000-01-07 Bodo Mölleradd "UnixWare", treated like "unixware"
2000-01-06 Dr. Stephen... Initial automation changes to 'req' and X509_ATTRIBUTE...
2000-01-06 Bodo MöllerNew functions SSL_get_finished, SSL_get_peer_finished.
2000-01-06 Bodo MöllerUse less complicated arrangement for data strutures...
2000-01-06 Bodo MöllerUse separate arrays for certificate verify and for...
2000-01-05 Bodo MöllerUse prototypes.
2000-01-05 Bodo MöllerSlight code cleanup for handling finished labels.
2000-01-05 Andy PolyakovFurther work on MacOS port. See INSTALL.MacOS for details.
2000-01-05 Bodo MöllerRename CA.pl to CA.pl.in (no actual changes), and let...
2000-01-04 Andy PolyakovRhapsody 5.5 (a.k.a. MacOS X) compiler bug workaround...
2000-01-02 Andy PolyakovMetrowerks for Motorola tune-up.
2000-01-02 Andy PolyakovAlpha Linux update companion.
2000-01-02 Andy PolyakovEnhanced support for Alpha Linux. See CHANGES for details.
2000-01-02 Dr. Stephen... Add support for MS "fast SGC".
2000-01-01 Dr. Stephen... Fix some of the command line password stuff. New function
1999-12-29 Bodo MöllerDon't request client certificate in anonymous ciphersuites
1999-12-29 Bodo MöllerFix SSL_CTX_add_session: When two SSL_SESSIONs have...
1999-12-29 Bodo MöllerDelete NO_PROTO section (which apparently was just...
1999-12-29 Bodo Möllerfix comment
1999-12-29 Dr. Stephen... Add OIDs for idea and blowfish. Unfortunately these...
1999-12-29 Dr. Stephen... Simplify the trust structure: basically zap the bit...
1999-12-26 Andy PolyakovMacOS updates. Initial support for GUSI (MacOS socket...
1999-12-26 Dr. Stephen... New {i2d,d2i}_PrivateKey_{bio, fp} functions.
1999-12-25 Andy PolyakovMakefile clean-ups, crypto/bn/asm/alpha.s compiles...
1999-12-24 Dr. Stephen... Allow passwords to be included on command line for...
1999-12-24 Dr. Stephen... Fixes so NO_RSA works again.
1999-12-23 Dr. Stephen... Add PKCS#8 utility functions and add PBE options.
1999-12-22 Bodo MöllerCorrect spelling, and don't abuse grave accent as left...
1999-12-22 Richard LevitteSynchronising
1999-12-22 Dr. Stephen... Support for ASN1 NULL type.
1999-12-20 Andy PolyakovMinor documentation update.
1999-12-19 Andy PolyakovEven more late break-in MacOS tidbits (last for today)...
1999-12-19 Andy PolyakovEven more late break-in MacOS tidbits...
1999-12-19 Andy PolyakovLate break-in patch for MacOS support.
1999-12-19 Andy PolyakovInitial support for MacOS is now available
1999-12-19 Andy PolyakovMacOS updates.
1999-12-18 Bodo MöllerRename
1999-12-18 Bodo Möllerfix typos and other little errors ...
1999-12-18 Bodo Möller- Don't assume that int and size_t have the same repres...
1999-12-18 Bodo MöllerAvoid shadowing p to make the compiler happy.
1999-12-18 Richard Levitte - Added more documentation in CHANGES.
1999-12-18 Richard Levitte - Made sure some changed behavior is documented in...
1999-12-18 Bodo MöllerPoint out that openssl-bugs is public.
1999-12-18 Bodo MöllerAdd a comment.
1999-12-18 Bodo MöllerAdd missing semicolon to make compiler happy, and switc...
1999-12-17 Richard LevitteClear out license confusion.
1999-12-17 Richard LevitteRebuild of the OpenSSL memory allocation and deallocati...
1999-12-17 Richard LevitteUse MemCheck_start() instead of CRYPTO_mem_ctrl(),...
1999-12-16 Richard LevitteSynchronise VMS scripts with Unix Makefiles
1999-12-16 Ulf MöllerUpdate contact information (openssl-bugs, openssl-secur...
1999-12-15 Dr. Stephen... Delete an unused variable and make the PKCS#12 keygen...
1999-12-15 Dr. Stephen... Fix the S/MIME code to use canonical MIME format for
1999-12-14 Ulf MöllerSolaris x86 assembler problem is already addressed...
1999-12-14 Dr. Stephen... Various S/MIME fixes. Fix for memory leak, recipient...
1999-12-13 Dr. Stephen... Fix a typo in a_enum.c.
1999-12-11 Dr. Stephen... Various S/MIME fixes.
1999-12-10 Dr. Stephen... Fix for crashing INTEGERs, ENUMERATEDs and OBJECT IDENT...
1999-12-09 Dr. Stephen... Make the PKCS#7 S/MIME functions check for passed NULL...
1999-12-08 Ulf MöllerDon't use inline assembler on x86 Solaris (would need...
1999-12-08 Bodo MöllerUseless files deleted -- they were just copies of files...
1999-12-08 Dr. Stephen... Add i2d_ASN1_PRINTABLESTRING() function, and do 'make...
1999-12-07 Dr. Stephen... Modify S/MIME application so the -signer option writes...
1999-12-05 Dr. Stephen... Merge in my S/MIME library and utility.
1999-12-04 Ulf MöllerCORE SDI proposed patch doesn't make any sense. Undo.
1999-12-04 Ulf MöllerOops!
1999-12-03 Ulf MöllerCircumvent an exploitable buffer overrun error in RSA...
1999-12-03 Bodo MöllerUse des_set_key_unchecked, not des_set_key.
1999-12-03 Bodo MöllerAdd functions des_set_key_checked, des_set_key_unchecked.
next