]> git.ipfire.org Git - thirdparty/openssl.git/history - CHANGES
Fix security hole.
[thirdparty/openssl.git] / CHANGES
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...
1999-03-12  Ben LaurieFail if test fails.
1999-03-12  Ben LaurieSolaris shared library support.
1999-03-12  Ben LaurieUse the right compiler for ctx_size.
1999-03-12  Dr. Stephen HensonDelete NULL ciphers from 'ALL' in the cipher list alias...
1999-03-11  Dr. Stephen HensonFix for RSA private key encryption if p < q. This took...
1999-03-10  Ralf S. EngelschallBe less restrictive and allow also `perl util/perlpath...
1999-03-10  Ralf S. EngelschallLet util/clean-depend.pl work also with older Perl...
1999-03-10  Dr. Stephen HensonFix couple of ANSI declarations and prototypes
1999-03-10  Dr. Stephen HensonMake CC,CFLAG etc get passed to make links and various...
1999-03-09  Ben LaurieFix quad checksum bug.
1999-03-09  Dr. Stephen HensonComment out two unimplemented functions from bio.h...
1999-03-08  Dr. Stephen HensonAdd missing funtions from non ANSI section of header...
1999-03-08  Ralf S. EngelschallMake `openssl version' output lines consistent.
1999-03-08  Ralf S. EngelschallFix Win32 symbol export lists for BIO functions: Added...
1999-03-08  Ralf S. EngelschallSecond round of fixing the OpenSSL perl/ stuff. It...
1999-03-07  Ben LaurieDon't make links on Windoze.
1999-03-07  Ben LaurieFix perl assembler.
1999-03-07  Ben LaurieLinux MIPS support.
1999-03-07  Ben LaurieAlways make links.
1999-03-06  Dr. Stephen HensonAdded support for adding extensions to CRLs, also fix...
1999-03-06  Ralf S. EngelschallAdd a useful kludge to allow package maintainers to...
1999-03-06  Ben LaurieDisable new TLS1 ciphersuites.
1999-03-06  Ralf S. EngelschallAllow DSO flags like -fpic, -fPIC, -KPIC etc. to be...
1999-03-06  Ben LaurieFix export ciphersuites, again.
1999-03-06  Ralf S. Engelschalljust a little typo
1999-03-06  Ralf S. EngelschallCleaned up the LICENSE document: The official contact...
1999-03-06  Ralf S. EngelschallGeneral source tree makefile cleanups: Made `making...
1999-03-06  Ben LauriePermit null ciphers.
1999-03-05  Dr. Stephen HensonFix the PKCS#7 stuff: signature verify could fail if...
1999-03-05  Dr. Stephen HensonWorkaround for a Win95 console bug triggered by the...
1999-03-04  Dr. Stephen HensonDeleted my str_dup() function from X509V3: the same...
1999-03-04  Ralf S. EngelschallAdded the new `Includes OpenSSL Cryptography Software...
1999-03-04  Ralf S. EngelschallRemove confusing variables in function signatures in...
1999-03-04  Ralf S. EngelschallDon't install bss_file.c under PREFIX/include/. It...
1999-03-03  Dr. Stephen HensonFix the Win32 compile environment and add various chang...
1999-02-28  Ben LaurieAdd functions to add certs to stacks, used for CA file...
1999-02-28  Ben LaurieExperiment with doxygen documentation.
1999-02-27  Ralf S. EngelschallGet rid of remaining C++-style comments which strict...
1999-02-26  Dr. Stephen HensonBN_RECURSION causes the stuff in bn_mont.c to fall...
1999-02-25  Ralf S. EngelschallAdd a bunch of SSL_xxx() functions for configuring...
1999-02-25  Ralf S. EngelschallMove s_server -dcert and -dkey options out of the undoc...
1999-02-25  Ralf S. EngelschallFix the cipher decision scheme for export ciphers:...
1999-02-25  Ralf S. EngelschallFix 'port' variable from `int' to `unsigned int' in...
1999-02-25  Ralf S. EngelschallChange type of another md_len variable in pk7_doit...
1999-02-25  Ralf S. EngelschallDon't hard-code path to Perl interpreter on shebang...
1999-02-24  Ralf S. EngelschallMake `openssl x509 -noout -modulus' functional also...
1999-02-23  Ben LaurieAdd reliable BIO.
1999-02-23  Dr. Stephen HensonRedo the way 'req' and 'ca' add objects: add support...
1999-02-22  Ben LaurieAdd syslogging BIO.
1999-02-21  Ben LaurieAdd support for new TLS export ciphersuites.
1999-02-21  Dr. Stephen HensonAdd preliminary user level config documentation for...
1999-02-21  Dr. Stephen HensonMake RSA_NO_PADDING really use no padding.
1999-02-20  Ben LaurieGenerate errors when public/private key check is done.
1999-02-19  Dr. Stephen HensonOverhaul 'crl' application, add a proper X509_CRL_print...
1999-02-17  Dr. Stephen HensonFuller authority key id support, partial support for...
1999-02-17  Ben LaurieAdd OAEP.
1999-02-16  Mark J. CoxUpdates to the new SSL compression code
1999-02-15  Dr. Stephen HensonFix various memory leaks in SSL, apps and DSA
1999-02-14  Dr. Stephen HensonAdd support for raw extensions. This means that you...
1999-02-14  Ralf S. EngelschallMake sure latest Perl versions don't interpret some...
1999-02-14  Dr. Stephen HensonMore Win32 fixes and upsdate INSTALL.W32 documentation.
1999-02-13  Dr. Stephen HensonOops... add other changes this time too.
1999-02-13  Ben LaurieFix ghastly DES declarations, and all consequential...
1999-02-13  Dr. Stephen HensonFix typo in asn1.h (PRINTABLESTRING_STRING) and fix...
1999-02-13  Ben LaurieAdd support for 3DES CBCM mode.
1999-02-13  Ben LaurieIn the absence of feedback either way, commit the fix...
1999-02-11  Dr. Stephen HensonMake the 'crypto' and 'ssl' options in the perl script...
1999-02-10  Ralf S. EngelschallOverhauled the Perl interface (perl/*):
1999-02-10  Ralf S. EngelschallRemember the cleanup
1999-02-10  Dr. Stephen HensonMore extension code. Incomplete support for subject...
1999-02-09  Dr. Stephen HensonSupport for ASN1 ENUMERATED type. This copies and dupli...
1999-01-31  Mark J. CoxAdd new function, EVP_MD_CTX_copy() to replace frequent...
1999-01-31  Ralf S. EngelschallMake sure `make rehash' target really finds the `openss...
1999-01-30  Ben LaurieSqueeze a bit more speed out of MD5 assembler.
1999-01-30  Ralf S. EngelschallAdd CygWin32 platform information to Configure script.
1999-01-30  Ralf S. EngelschallFixed ms/32all.bat script: `no_asm' -> `no-asm'
1999-01-29  Dr. Stephen HensonNew program 'nseq' added to apps to allow Netscape...
1999-01-29  Dr. Stephen HensonAllow the -certfile argument to be used multiple times...
1999-01-28  Mark J. CoxFixes to BN code. Previously the default was to define...
1999-01-28  Dr. Stephen HensonAdd ASN1 code for netscape certificate sequences.
1999-01-26  Dr. Stephen HensonAdd a few extended key usage OIDs.
1999-01-26  Dr. Stephen HensonStill more X509 V3 stuff. Modify ca.c to work with...
1999-01-25  Dr. Stephen HensonMore X509 V3 stuff. Add support for extensions in the...
1999-01-24  Dr. Stephen HensonContinuing adding X509 V3 support. This starts to integ...
1999-01-24  Dr. Stephen HensonInitial addition of new X509 V3 files, tidy of old...
1999-01-20  Dr. Stephen HensonContinued patches so certificates and CRLs now can...
1999-01-19  Ben LaurieFinally lay dependencies to rest (I hope!).
1999-01-19  Ben LaurieSpelling mistake.
1999-01-18  Dr. Stephen HensonNew err_code.pl script to retain old error codes. This...
1999-01-17  Ben LaurieFix major cockup with short keys in CAST-128.
1999-01-17  Dr. Stephen HensonUpdate CHANGES for GeneralizedTime info.
1999-01-17  Ben LaurieCorrect Linux 1 recognition.
1999-01-17  Ben LaurieRemove pointless MD5 hash.
1999-01-17  Ben LaurieGenerate an error on an invalid directory.
1999-01-16  Ben LaurieMore prototypes.
1999-01-14  Dr. Stephen HensonFix parameters to dummy function BN_ref_mod_exp().
1999-01-14  Dr. Stephen HensonSubmitted by: Neil Costigan <neil.costigan@celocom...
next