Don't include top-level CVS directory.
[openssl.git] / CHANGES
1999-05-20 Ulf MöllerBignum library bug fix. IRIX 6 passes "make test" now!
1999-05-19 Dr. Stephen HensonNew functions sk_set, sk_value and sk_num to replace...
1999-05-16 Dr. Stephen HensonFix various less obvious bugs in PKCS#7 handling: such...
1999-05-16 Bodo MöllerTypo.
1999-05-16 Bodo MöllerDES changes.
1999-05-16 Dr. Stephen HensonFix some obvious bugs in the PKCS#7 library handling...
1999-05-15 Ben LaurieAdd actual testing to bntest...
1999-05-14 Dr. Stephen HensonThe encoding of negative ASN1 INTEGERs and the conversi...
1999-05-13 Bodo MöllerAdd release dates to the "CHANGES" file, because that...
1999-05-13 Bodo MöllerNew structure type SESS_CERT used instead of CERT insid...
1999-05-13 Ulf MöllerReorganize and speed up MD5.
1999-05-13 Ulf MöllerVMS support.
1999-05-12 Dr. Stephen HensonAdd new -out option to asn1parse to allow the parsed...
1999-05-11 Bodo MöllerMake SSL library a little more fool-proof by not requir...
1999-05-10 Ulf MöllerMove openssl.cnf out of lib/.
1999-05-10 Ralf S. EngelschallFix various things to let OpenSSL even pass ``egcc...
1999-05-10 Dr. Stephen HensonVarious PKCS#7 fixes to properly (maybe!) handle PKCS...
1999-05-09 Bodo MöllerCreate a duplicate of the SSL_CTX's CERT in SSL_new...
1999-05-09 Dr. Stephen HensonKill evil casts, fix PKCS#7 and add new X509V3 Function.
1999-05-08 Dr. Stephen HensonAllows PKCS#12 password to be placed on command line...
1999-05-07 Ben LaurieMake -pedantic work again.
1999-05-07 Ben LaurieBodo didn't do that.
1999-05-06 Ulf MöllerSupport additional Win32 compilers.
1999-05-05 Ulf MöllerSHA-1 cleanups and performance enhancements.
1999-05-04 Ulf MöllerSparc v8plus assembler.
1999-05-04 Ulf MöllerUpdate HPUX config, work around HPUX library incompatib...
1999-05-04 Ben LaurieAdd other people who've done stackification.
1999-05-04 Ralf S. EngelschallBundle stack'ification entries on Bens request
1999-05-04 Ralf S. EngelschallAdd missing sk_<type>_unshift() function to safestack.h
1999-05-04 Ralf S. EngelschallConvert casted X509_INFO stacks to type-safe STACK_OF...
1999-05-01 Bodo MöllerEntry for resolved error macro confusion.
1999-05-01 Bodo MöllerNew function SSL_CTX_use_certificate_chain_file.
1999-05-01 Bodo MöllerSupport verify_depth from the SSL API without need...
1999-05-01 Bodo MöllerBroken line that was too long.
1999-04-30 Bodo MöllerNew function SSL_CTX_set_session_id_context.
1999-04-29 Ulf MöllerOAEP bug fix.
1999-04-29 Bodo MöllerSupport INSTALL_PREFIX for packagers.
1999-04-29 Bodo MöllerSubmitted by:
1999-04-28 Bodo MöllerUse util/mklink.pl instead of util/mklink.sh.
1999-04-28 Bodo MöllerInstall various scripts to $(OPENSSLDIR)/misc instead...
1999-04-28 Ulf MöllerLinux shared libraries.
1999-04-27 Ulf MöllerNew Configure option no-<cipher> (rsa, idea, rc5, ...
1999-04-27 Dr. Stephen HensonAdd PKCS#12 documentation and new option in x509 to...
1999-04-26 Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-26 Dr. Stephen HensonExtensively changed the DEF file generator mkdef.pl...
1999-04-24 Ulf Möller*** empty log message ***
1999-04-24 Ulf MöllerNew Configure option --openssldir to replace ssldir.pl.
1999-04-24 Dr. Stephen HensonDelete the unnecessary ERR and ERRC lines in makefiles...
1999-04-24 Dr. Stephen HensonComplete rewrite of the error code generation script...
1999-04-23 Bodo MöllerSubmitted by:
1999-04-23 Bodo MöllerSubmitted by:
1999-04-22 Bodo MöllerDon't return 0 from ssl2_read when a packet with empty...
1999-04-22 Bodo MöllerSubmitted by:
1999-04-21 Dr. Stephen HensonOops! Fixup CHANGES.
1999-04-21 Dr. Stephen HensonSuppport for CRL distribution points extension. Also...
1999-04-21 Ulf MöllerMove all autogenerated header file parts to crypto...
1999-04-21 Ben LaurieFix DES export ciphersuites.
1999-04-20 Ulf MöllerFix lots of warnings.
1999-04-20 Ulf MöllerProblems with 64-bit long.
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-04-19 Dr. Stephen HensonFinish off support for Certificate Policies extension.
1999-04-19 Ulf MöllerFix typos in error codes.
1999-04-19 Ulf MöllerDefunct assembler files removed; various cleanups.
1999-04-19 Ulf MöllerSPARC v8 assembler BIGNUM code.
1999-04-18 Dr. Stephen HensonInitial support for Certificate Policies extension...
1999-04-17 Dr. Stephen HensonAllow asn1parse to print out VISIBLESTRING and some...
1999-04-17 Ben LaurieMassive constification.
1999-04-17 Dr. Stephen HensonAdd support for VISIBLESTRING and UTF8String
1999-04-16 Dr. Stephen HensonAdd initial support for r2i RAW extensions which can...
1999-04-15 Dr. Stephen HensonFix a horrible BN bug in bn_expand2 which caused BN_add...
1999-04-14 Dr. Stephen HensonAdd some utilities to support SXNet extension also...
1999-04-14 Ben LaurieTypo.
1999-04-13 Dr. Stephen HensonDelete all the old X509V3 pack and unpack stuff and...
1999-04-13 Ulf MöllerNew Configure option "rsaref".
1999-04-12 Bodo MöllerDon#t auto-generate crypto/pem/pem.h -- a fixed file...
1999-04-12 Ben LaurieAdd type-safe STACKs and SETs.
1999-04-12 Ralf S. EngelschallAdd `openssl ca -revoke <certfile>' facility which...
1999-04-12 Ralf S. EngelschallFix `openssl crl -noout -text' combination where `...
1999-04-12 Ralf S. EngelschallMake sure a corresponding plain text error message...
1999-04-11 Bodo MöllerSubmitted by:
1999-04-09 Bodo MöllerBugfix: s_client occasionally would sleep in select...
1999-04-09 Ulf Möllerrecent changes.
1999-04-08 Dr. Stephen HensonAdd PKCS#5 v2.0 ASN1 structures.
1999-04-01 Ulf MöllerNew Makefile variables $(RANLIB) and $(PERL).
1999-03-31 Ulf MöllerNew option to generate 80386 code.
1999-03-31 Bodo MöllerNew option "-showcerts" for s_client
1999-03-29 Dr. Stephen HensonInclude pkcs12 program as part of openssl. This complet...
1999-03-28 Dr. Stephen HensonYet more PKCS#12 integration: add lots of files under...
1999-03-28 Dr. Stephen HensonFurther PKCS#12 integration, PBE, PKCS#8 additions.
1999-03-28 Dr. Stephen HensonThis is the beginning of PKCS#12 integration. This...
1999-03-27 Dr. Stephen HensonAdd initial support for Thawte strong extranet certific...
1999-03-27 Ben LaurieLinux PPC support.
1999-03-27 Ben LaurieFix Alpha assembler, remove redundant file.
1999-03-25 Ralf S. EngelschallMake sure the RSA OAEP test is skipped under -DRSAref...
1999-03-24 Ralf S. EngelschallMove definitions of IS_SET/IS_SEQUENCE inside crypto...
1999-03-22 Ralf S. Engelschallfunction names recently changed - consistency.
1999-03-22 Ralf S. EngelschallBe consistent: 0.9.2b
1999-03-22 Ben LaurieFix security hole.
1999-03-20 Ralf S. EngelschallSome more source tree cleanups (removed obsolete files...
1999-03-14 Dr. Stephen HensonRemove some references which called malloc and free...
next