SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for openssl-0.9.5a-3mdk.i586.rpm :
Wed May 24 12:00:00 2000 Frederic Lepied 0.9.5a-3mdk
- corrected configure on sparc.

Mon May 8 12:00:00 2000 Jean-Michel Dault 0.9.5a-3mdk
- forgot libcrypto.a in devel (DOH!) Put it back again

Thu Apr 27 12:00:00 2000 Jean-Michel Dault 0.9.5a-2mdk
- mv /usr/local/ssl to /usr/lib/ssl

Wed Apr 26 12:00:00 2000 Jean-Michel Dault 0.9.5a-1mdk
- re-did package for 0.9.5a

Tue Feb 29 11:00:00 2000 Jean-Michel Dault 0.9.5-1mdk
- updated to 0.9.5

Sat Feb 26 11:00:00 2000 Jean-Michel Dault 0.9.4-9mdk
- removed brokenmips and linux.sh search&replace because they are
not in the source anymore

Mon Jan 3 11:00:00 2000 Jean-Michel Dault
- final cleanup for Mandrake 7

Thu Dec 30 11:00:00 1999 Jean-Michel Dault
- rebuild on 7.0

Sat Aug 14 12:00:00 1999 Jean-Michel Dault
- updated to 0.9.4
- cleaned SPEC file to compile on Solaris/UltraSparc
- added SSL_USE_SDBM to avoid segfaults

Sat Jul 31 12:00:00 1999 Jean-Michel Dault
- made a link from openssl to ssleay because many sites have old
documentation

Thu Jul 22 12:00:00 1999 Jean-Michel Dault
- added fr summary

Thu Jun 24 12:00:00 1999 Bernhard Rosenkr�nzer
- permit SMP build

Sat May 29 12:00:00 1999 Jean-Michel Dault
- updated to 0.9.3a
- added fr locale

Sun May 23 12:00:00 1999 Bernhard Rosenkr�nzer
- handle RPM_OPT_FLAGS
- add de locale

Sat May 22 12:00:00 1999 Jean-Michel Dault
Updated the compiler flags

Fri May 21 12:00:00 1999 Jean-Michel Dault
Packaged for Linux-Mandrake

Mon May 17 12:00:00 1999 Henri Gomez
BIO_set_fp patch added. (no more core under RH6.0).
Correct rm -rf of /var/tmp

Mon Mar 22 11:00:00 1999 rse
- function names recently changed - consistency.

- Be consistent: 0.9.2b

Mon Mar 22 11:00:00 1999 Ben Laurie, problem pointed out by Holger Reif, Bodo Moeller (and ???)
- Fix security hole.

Sat Mar 20 11:00:00 1999 Ulf Moeller
- Some more source tree cleanups (removed obsolete files
crypto/bf/asm/bf586.pl, test/test.txt and crypto/sha/asm/f.s; changed
permission on \"config\" script to be executable) and a fix for the
INSTALL document. Submitted by: Ulf Moeller Reviewed
by: Ralf S. Engelschall

Sun Mar 14 11:00:00 1999 Lennart Bang , with minor changes by Steve
- Remove some references which called malloc and free instead of Malloc
and Free.

Fri Mar 12 11:00:00 1999 Ulf Moeller
- Fail if test fails.

Fri Mar 12 11:00:00 1999 Matthias Loepfe
- Solaris shared library support.

Fri Mar 12 11:00:00 1999 Ben Laurie
- Use the right compiler for ctx_size.

Fri Mar 12 11:00:00 1999 Steve Henson
- Delete NULL ciphers from \'ALL\' in the cipher list aliases. This means
that NULL ciphers specifically have to be enabled with e.g.
\"DEFAULT:eNULL\". This prevents cipher lists from inadvertantly having
NULL ciphers at the top of their list (e.g. the default ones) because
they didn\'t have to be taken into account before.

Thu Mar 11 11:00:00 1999 Steve Henson
- Fix for RSA private key encryption if p < q. This took
*
*
*ages
*
*
* to
track down.

Wed Mar 10 11:00:00 1999 Matthias Loepfe
- Be less restrictive and allow also `perl util/perlpath.pl
/path/to/bin/perl\' in addition to `perl util/perlpath.pl /path/to/bin\',
because this way one can also use an interpreter named `perl5\' (which
is usually the name of Perl 5.xxx on platforms where an Perl 4.x is
still installed as `perl\'). Submitted by: Matthias Loepfe
Reviewed by: Ralf S. Engelschall

- Let util/clean-depend.pl work also with older Perl 5.00x versions.
Submitted by: Matthias Loepfe Reviewed by:
Ralf S. Engelschall

Wed Mar 10 11:00:00 1999 Steve Henson
- Fix couple of ANSI declarations and prototypes

Wed Mar 10 11:00:00 1999 steve
- Make CC,CFLAG etc get passed to make links and various Win32 fixes.

Tue Mar 9 11:00:00 1999 Ben Laurie
- Fix quad checksum bug.

Tue Mar 9 11:00:00 1999 Steve Henson
- Comment out two unimplemented functions from bio.h. Attempt to get
the Win32 test batch file going again.

Mon Mar 8 11:00:00 1999 steve
- Add missing funtions from non ANSI section of header files and add
missing ordinals to libeay.num.

Mon Mar 8 11:00:00 1999 Ralf S. Engelschall
- Make `openssl version\' output lines consistent.

- Fix Win32 symbol export lists for BIO functions: Added
BIO_get_ex_new_index, BIO_get_ex_num, BIO_get_ex_data and
BIO_set_ex_data to ms/libeay{16,32}.def. I\'m not a Win32 hacker, but I
think I\'ve done it correctly. Steve or Ben: can you confirm that
it\'s correct? I don\'t want to break any Win32 stuff.

- Second round of fixing the OpenSSL perl/ stuff. It now at least
compiled fine under Unix and passes some trivial tests I\'ve now added.
But the whole stuff is horribly incomplete, so a README.1ST with a
disclaimer was added to make sure no one expects that this stuff really
works in the OpenSSL 0.9.2 release. Additionally I\'ve started to clean
the XS sources up and fixed a few little bugs and inconsistencies in
OpenSSL.{pm,xs} and openssl_bio.xs. PS: I\'m still not convinces
whether we should try to make this finally running or kick it out and
replace it with some other module....

Sun Mar 7 11:00:00 1999 ben
- Don\'t make links on Windoze.

Sun Mar 7 11:00:00 1999 Kenji Miyake , integrated by Ben Laurie
- Fix perl assembler.

Sun Mar 7 11:00:00 1999 John Tobey
- Linux MIPS support.

Sun Mar 7 11:00:00 1999 Ben Laurie
- Always make links.

Sat Mar 6 11:00:00 1999 steve
- Added support for adding extensions to CRLs, also fix a memory leak
and make \'req\' check the config file syntax before it adds extensions.
Added info in the documentation as well.

Sat Mar 6 11:00:00 1999 Ralf S. Engelschall
- Add a useful kludge to allow package maintainers to specify compiler
and other platforms details on the command line without having to patch
the Configure script everytime: One now can use ``perl Configure
:
\'\', i.e. platform ids are allowed to have details
appended to them (seperated by colons). This is treated as there would
be a static pre-configured entry in Configure\'s %table under key
with value
and ``perl Configure \'\' is called. So, when
you want to perform a quick test-compile under FreeBSD 3.1 with pgcc
and without assembler stuff you can use ``perl Configure
\"FreeBSD-elf:pgcc:-O6:::\"\'\' now, which overrides the FreeBSD-elf entry
on-the-fly. (PS: Notice that the same effect _cannot_ be achieved
by using ``make CC=pgcc ..\'\' etc, because you cannot override all
things from there.)

Sat Mar 6 11:00:00 1999 Ben Laurie
- Disable new TLS1 ciphersuites.

Sat Mar 6 11:00:00 1999 Ralf S. Engelschall
- Allow DSO flags like -fpic, -fPIC, -KPIC etc. to be specified on the
`perl Configure ...\' command line. This way one can compile OpenSSL
libraries with Position Independent Code (PIC) which is needed for
linking it into DSOs.

Sat Mar 6 11:00:00 1999 Ben Laurie
- Fix export ciphersuites, again.

Sat Mar 6 11:00:00 1999 rse
- just a little typo

Sat Mar 6 11:00:00 1999 Ralf S. Engelschall
- Cleaned up the LICENSE document: The official contact for any license
questions now is the OpenSSL core team under openssl-coreAATTopenssl.org.
And add a paragraph about the dual-license situation to make sure
people recognize that _BOTH_ the OpenSSL license _AND_ the SSLeay
license apply to the OpenSSL toolkit.

- General source tree makefile cleanups: Made `making xxx in yyy...\'
display consistent in the source tree and replaced `/bin/rm\' by `rm\'.
Additonally cleaned up the `make links\' target: Remove unnecessary
semicolons, subsequent redundant removes, inline point.sh into
mklink.sh to speed processing and no longer clutter the display with
confusing stuff. Instead only the actually done links are displayed.

Sat Mar 6 11:00:00 1999 Ben Laurie
- Permit null ciphers.

Fri Mar 5 11:00:00 1999 Steve Henson
- Fix the PKCS#7 stuff: signature verify could fail if attributes
reordered, the detached data encoding was wrong and free up public keys.

Fri Mar 5 11:00:00 1999 steve
- Workaround for a Win95 console bug triggered by the password read
stuff.

Thu Mar 4 11:00:00 1999 Steve Henson
- Deleted my str_dup() function from X509V3: the same functionality is
provided by BUF_MEM_strdup(). Added text documentation to the BUF_MEM
stuff.

Thu Mar 4 11:00:00 1999 Ralf S. Engelschall
- Added the new `Includes OpenSSL Cryptography Software\' button as
doc/openssl_button.{gif,html} which is similar in style to the old
SSLeay button and can be used by applications based on OpenSSL to show
the relationship to the OpenSSL project. PS: This beast caused me
three hours to create, because of the size I had to hand-paint the 7pt
fonts in Photoshop.

Thu Mar 4 11:00:00 1999 Lennart Bong
- Remove confusing variables in function signatures in files
ssl/ssl_lib.c and ssl/ssl.h. At least the double ctx-variable confused
some compilers. Submitted by: Lennart Bong
Reviewed by: Ralf S. Engelschall

- Don\'t install bss_file.c under PREFIX/include/. It was introduced by
Eric between SSLeay 0.8 and 0.9 and just looks useless and confusing.
Pointed out by: Lennart Bong Submitted
by: Ralf S. Engelschall

Wed Mar 3 11:00:00 1999 Steve Henson
- Fix the Win32 compile environment and add various changes so it will
now compile under Win32 (9X and NT) again. Note: some signed/unsigned
changes recently checked in were killing the Win32 compile.

Sun Feb 28 11:00:00 1999 Ben Laurie
- Add functions to add certs to stacks, used for CA file/path stuff in
servers.

- Experiment with doxygen documentation.

Sat Feb 27 11:00:00 1999 Ralf S. Engelschall, pointed out by Carlos Amengual
- Get rid of remaining C++-style comments which strict C compilers
hate. (Pointed out by Carlos Amengual).

Fri Feb 26 11:00:00 1999 Steve Henson
- BN_RECURSION causes the stuff in bn_mont.c to fall over for large
keys. For now change it to BN_RECURSION_MONT so it isn\'t compiled in.

Thu Feb 25 11:00:00 1999 Ralf S. Engelschall
- Add a bunch of SSL_xxx() functions for configuring the temporary RSA
and DH private keys and/or callback functions which directly correspond
to their SSL_CTX_xxx() counterparts but work on a per-connection basis.
This is needed for applications which have to configure certificates on
a per-connection basis (e.g. Apache+mod_ssl) instead of a per-context
basis (e.g. s_server). For the RSA certificate situation is makes
no difference, but for the DSA certificate situation this fixes the \"no
shared cipher\" problem where the OpenSSL cipher selection procedure
failed because the temporary keys were not overtaken from the context
and the API provided no way to reconfigure them. The new functions
now let applications reconfigure the stuff and they are in detail:
SSL_need_tmp_RSA, SSL_set_tmp_rsa, SSL_set_tmp_dh,
SSL_set_tmp_rsa_callback and SSL_set_tmp_dh_callback. Additionally a
new non-public-API function ssl_cert_instantiate() is used as a helper
function and also to reduce code redundancy inside ssl_rsa.c.
Submitted by: Ralf S. Engelschall Reviewed by: Ben Laurie

- Move s_server -dcert and -dkey options out of the undocumented
feature area because they are useful for the DSA situation and should
be recognized by the users. Thanks to Steve for the original hint.

Thu Feb 25 11:00:00 1999 Richard Levitte
- Fix the cipher decision scheme for export ciphers: the export bits
are
*not
* within SSL_MKEY_MASK or SSL_AUTH_MASK, they are within
SSL_EXP_MASK. So, the original variable has to be used instead of the
already masked variable. Submitted by: Richard Levitte
Reviewed by: Ralf S. Engelschall

- Fix \'port\' variable from `int\' to `unsigned int\' in
crypto/bio/b_sock.c Submitted by: Richard Levitte
Reviewed by: Ralf S. Engelschall

- Change type of another md_len variable in
pk7_doit.c:PKCS7_dataFinal() from `int\' to `unsigned int\' because it\'s
a length and initialized by EVP_DigestFinal() which expects an
`unsigned int
*\'. Submitted by: Richard Levitte
Reviewed by: Ralf S. Engelschall

Thu Feb 25 11:00:00 1999 Ralf S. Engelschall
- Don\'t hard-code path to Perl interpreter on shebang line of Configure
script. Instead use the usual Shell->Perl transition trick.

Wed Feb 24 11:00:00 1999 Ralf S. Engelschall
- Make `openssl x509 -noout -modulus\' functional also for DSA
certificates (in addition to RSA certificates) to match the behaviour
of `openssl dsa -noout -modulus\' as it\'s already the case for `openssl
rsa -noout -modulus\'. For RSA the -modulus is the real \"modulus\" while
for DSA currently the public key is printed (a decision which was
already done by `openssl dsa -modulus\' in the past) which serves a
similar purpose. Additionally the NO_RSA no longer completely removes
the whole -modulus option; it now only avoids using the RSA stuff. Same
applies to NO_DSA now, too.

Tue Feb 23 11:00:00 1999 Arne Ansper
- Add reliable BIO.

Tue Feb 23 11:00:00 1999 Steve Henson
- Redo the way \'req\' and \'ca\' add objects: add support for oid_section.

Mon Feb 22 11:00:00 1999 Arne Ansper , integrated by Ben Laurie
- Add syslogging BIO.

Sun Feb 21 11:00:00 1999 Ben Laurie
- Add support for new TLS export ciphersuites.

Sun Feb 21 11:00:00 1999 Steve Henson
- Add preliminary user level config documentation for extension stuff.
Programming info will come later... Feel free to reformat and tidy
this up...

Sun Feb 21 11:00:00 1999 Ulf Moeller
- Make RSA_NO_PADDING really use no padding. Submitted by: Ulf
Moeller

Sat Feb 20 11:00:00 1999 Ben Laurie
- Generate errors when public/private key check is done.

Fri Feb 19 11:00:00 1999 Steve Henson
- Overhaul \'crl\' application, add a proper X509_CRL_print function and
start to support CRL extensions.

Wed Feb 17 11:00:00 1999 Steve Henson
- Fuller authority key id support, partial support for private key
usage extension and really fix the ASN.1 IMPLICIT bug this time :-)

Wed Feb 17 11:00:00 1999 Ulf Moeller , reformatted, corrected and integrated by
+ Ben Laurie
- Add OAEP.

Tue Feb 16 11:00:00 1999 Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)
- Updates to the new SSL compression code [Eric A. Young, (from changes
to C2Net SSLeay, integrated by Mark Cox)] Fix so that the version
number in the master secret, when passed via RSA, checks that if TLS
was proposed, but we roll back to SSLv3 (because the server will not
accept higher), that the version number is 0x03,0x01, not 0x03,0x00
[Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)]
Submitted by: Reviewed by: PR:

Mon Feb 15 11:00:00 1999 Steve Henson
- Fix various memory leaks in SSL, apps and DSA

Sun Feb 14 11:00:00 1999 steve
- Add support for raw extensions. This means that you can include the
DER encoding of an arbitrary extension: e.g.
1.3.4.5=critical,RAW:12:34:56 Using this technique currently
unsupported extensions can be generated if you know their DER encoding.
Even if the extension is supported in future the raw extension will
still work: that is the raw version can always be used even if it is a
supported extension.

Sun Feb 14 11:00:00 1999 Lars Weber <3weberAATTinformatik.uni-hamburg.de>
- Make sure latest Perl versions don\'t interpret some generated C array
as Perl array code in the crypto/err/err_genc.pl script. Submitted
by: Lars Weber <3weberAATTinformatik.uni-hamburg.de> Reviewed by: Ralf s.
Engelschall

Sun Feb 14 11:00:00 1999 Steve Henson
- More Win32 fixes and upsdate INSTALL.W32 documentation.

Sat Feb 13 11:00:00 1999 Steve Henson
- Oops... add other changes this time too.

Sat Feb 13 11:00:00 1999 Ben Laurie
- Fix ghastly DES declarations, and all consequential warnings.

Sat Feb 13 11:00:00 1999 Steve Henson
- Fix typo in asn1.h (PRINTABLESTRING_STRING) and fix a bug in object
creation perl script. It failed if the OID had any zeros in it.

Sat Feb 13 11:00:00 1999 Ben Laurie
- Add support for 3DES CBCM mode.

- In the absence of feedback either way, commit the fix that looks
right for wrong keylength with export null ciphers.

Thu Feb 11 11:00:00 1999 steve
- Make the \'crypto\' and \'ssl\' options in the perl script mkdef.pl
really work, also add an \'update\' option to automatically append any
new functions to the ssleay.num and libeay.num files.

Wed Feb 10 11:00:00 1999 Ralf S. Engelschall
- Overhauled the Perl interface (perl/
*): - ported BN stuff to
OpenSSL\'s different BN library - made the perl/ source tree
CVS-aware - renamed the package from SSLeay to OpenSSL (the files
still contain their history because I\'ve copied them in the repository)
- removed obsolete files (the test scripts will be replaced by
better Test::Harness variants in the future)

- Remember the cleanup

Wed Feb 10 11:00:00 1999 Steve Henson
- More extension code. Incomplete support for subject and issuer alt
name, issuer and authority key id. Change the i2v function parameters
and add an extra \'crl\' parameter in the X509V3_CTX structure: guess
what that\'s for :-) Fix to ASN1 macro which messed up IMPLICIT tag and
add f_enum.c which adds a2i, i2a for ENUMERATED.

Tue Feb 9 11:00:00 1999 Steve Henson
- Support for ASN1 ENUMERATED type. This copies and duplicates the
ASN1_INTEGER code and adds support to ASN1_TYPE and asn1parse.

Sun Jan 31 11:00:00 1999 Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)
- Add new function, EVP_MD_CTX_copy() to replace frequent use of
memcpy. Submitted by: Eric A Young - from changes to C2Net SSLeay
Reviewed by: Mark Cox PR:

Sun Jan 31 11:00:00 1999 Ralf S. Engelschall, Matthias Loepfe
- Make sure `make rehash\' target really finds the `openssl\' program.

Sat Jan 30 11:00:00 1999 Ben Laurie
- Squeeze a bit more speed out of MD5 assembler.

Sat Jan 30 11:00:00 1999 Alan Batie
- Add CygWin32 platform information to Configure script. Submitted
by: Alan Batie

Sat Jan 30 11:00:00 1999 Rainer W. Gerling
- Fixed ms/32all.bat script: `no_asm\' -> `no-asm\' Submitted by:
Rainer W. Gerling Reviewed by: Ralf S.
Engelschall

Fri Jan 29 11:00:00 1999 Steve Henson
- New program \'nseq\' added to apps to allow Netscape certificate
sequences to be pulled apart and built.

- Allow the -certfile argument to be used multiple times in crl2pkcs7.
Also fix typos in the usage messages: \"inout\" instead of \"input\".

Thu Jan 28 11:00:00 1999 Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)
- Fixes to BN code. Previously the default was to define BN_RECURSION
but the BN code had some problems that would cause failures when doing
certificate verification and some other functions. Submitted by:
Eric A Young from a C2Net version of SSLeay Reviewed by: Mark J Cox PR:

Thu Jan 28 11:00:00 1999 Steve Henson
- Add ASN1 code for netscape certificate sequences.

Tue Jan 26 11:00:00 1999 Steve Henson
- Add a few extended key usage OIDs.

- Still more X509 V3 stuff. Modify ca.c to work with the new code and
modify openssl.cnf for the new syntax.

Mon Jan 25 11:00:00 1999 Steve Henson
- More X509 V3 stuff. Add support for extensions in the \'req\'
application so that: openssl req -x509 -new -out cert.pem will take
extensions from openssl.cnf a sample for a CA is included. Also change
the directory order so pem is nearer the end. Otherwise \'make links\'
wont work because pem.h can\'t be built.

Sun Jan 24 11:00:00 1999 steve
- Continuing adding X509 V3 support. This starts to integrate the code
with the main library, but only with printing at present. To see this
try: openssl x509 -in cert.pem -text on a certificate with some
extensions in it.

Sun Jan 24 11:00:00 1999 Steve Henson
- Initial addition of new X509 V3 files, tidy of old files.

Wed Jan 20 11:00:00 1999 Steve Henson
- Continued patches so certificates and CRLs now can support and use
GeneralizedTime.

Tue Jan 19 11:00:00 1999 Ben Laurie
- Finally lay dependencies to rest (I hope!).

Tue Jan 19 11:00:00 1999 Ben Laurie, reported by Jeremy Hylton
- Spelling mistake.

Mon Jan 18 11:00:00 1999 steve
- New err_code.pl script to retain old error codes. This should allow
the use of \'make errors\' without causing huge re-organisations of files
when a new code is added.

Sun Jan 17 11:00:00 1999 Ulf M�ller
- Fix major cockup with short keys in CAST-128.

Sun Jan 17 11:00:00 1999 Steve Henson
- Update CHANGES for GeneralizedTime info.

Sun Jan 17 11:00:00 1999 Ulf M�ller
- Correct Linux 1 recognition. Contributed by: Ulf M�ller

Sun Jan 17 11:00:00 1999 Anonymous
- Remove pointless MD5 hash. Contributed by: Anonymous


Sun Jan 17 11:00:00 1999 Ben Laurie, reported by Anonymous
- Generate an error on an invalid directory.

Sat Jan 16 11:00:00 1999 Ben Laurie
- More prototypes.

Thu Jan 14 11:00:00 1999 Steve Henson
- Fix parameters to dummy function BN_ref_mod_exp().

Thu Jan 14 11:00:00 1999 Neil Costigan
- Submitted by: Neil Costigan PR:

Tue Jan 12 11:00:00 1999 Steve Henson
- Fix OBJ_txt2nid(): old function was broken when input used the \"dot\"
form, e.g. 1.2.3.4 . Also added new function OBJ_txt2obj().

Sun Jan 10 11:00:00 1999 Ben Laurie
- Add prototype, fix parameter passing bug.

Sat Jan 9 11:00:00 1999 Ben Laurie
- Sort openssl functions by name.

Sat Jan 9 11:00:00 1999 Steve Henson
- Fix the gendsa program and add it to the app list. The progs.h file
is auto generated but not auto updated so it is included. Also remove
the encryption from the sample DSA keys.

Thu Jan 7 11:00:00 1999 Frans Heymans
- Accept NULL in
*_free.

Thu Jan 7 11:00:00 1999 Anonymous
- Fix DH key generation. Contributed by: Anonymous

Thu Jan 7 11:00:00 1999 Bodo Moeller <3moellerAATTinformatik.uni-hamburg.de>
- Send the right CAs to the client.

- Fix numeric -newkey args. Contributed by: Bodo Moeller
<3moellerAATTinformatik.uni-hamburg.de>

Wed Jan 6 11:00:00 1999 Anonymous
- Fix export tests.

Wed Jan 6 11:00:00 1999 Ben Laurie
- Make the world a safer place (if people object to this kind of
change, speak up soon - I intend to do a lot of it!).

Wed Jan 6 11:00:00 1999 Steve Henson
- Oops! update CHANGES file properly.

Wed Jan 6 11:00:00 1999 steve
- Fix things so DH_free() will be no-op when passed NULL, like
RSA_free() and DSA_free(): this was causing crashes when for example an
attempt was made to handle a (currently) unsupported DH public key.
Also X509_PUBKEY_set()i wasn\'t checking errors from d2i_PublicKey().

Mon Jan 4 11:00:00 1999 Arne Ansper
- Free the right thing.

- Only free if it ain\'t NULL.

- Remove the bugfix that was really a bug. Submitted by: Arne Ansper


- Pass on BIO_CTRL_FLUSH. Submitted by: Arne Ansper

Sun Jan 3 11:00:00 1999 Ralf S. Engelschall
- Make sure the already existing X509_STORE->depth variable is
initialized in X509_STORE_new(), but document the fact that this
variable is still unused in the certificate verification process.

Sun Jan 3 11:00:00 1999 Steve Henson
- Make sure applications free up pkey structures and add netscape
extension handling to x509.c

Sat Jan 2 11:00:00 1999 Ralf S. Engelschall, Paul Sutton and Ben Laurie
- Fix reference counting.

Sat Jan 2 11:00:00 1999 Ralf S. Engelschall
- First cut of a cleanup for apps/. First the `ssleay\' program is now
named `openssl\' and second, the shortcut symlinks for the `openssl
\' are no longer created. This way we have a single and
consistent command line interface `openssl \', similar to `cvs
\'. Notice, the openssl.cnf, openssl.c and progs.pl files
were changed after a repository copy, i.e. they still contain the
complete file history.

Sat Jan 2 11:00:00 1999 Steve Henson
- Move DSA test in ca.c inside #ifdef and make pubkey BIT STRING always
have zero unused bits.

Fri Jan 1 11:00:00 1999 Steve Henson
- Add extended key usage OID and update STATUS file.

Fri Jan 1 11:00:00 1999 Paul Sutton
- Make the installation documentation easier to follow.

- Makefiles updated to exit if an error occurs in a sub-directory make
(including if user presses ^C)

Thu Dec 31 11:00:00 1998 Ben Laurie
- Document recent changes.

Thu Dec 31 11:00:00 1998 rse
- Fix version stuff: 1. The already released version was 0.9.1c and
not 0.9.1b 2. The next release should be 0.9.2 and not 0.9.1d,
because first the changes are already too large, second we should avoid
any more 0.9.1x confusions and third, the Apache version semantics of
VERSION.REVISION.PATCHLEVEL for the version string is reasonable (and
here .2 is already just a patchlevel and not major change). tVS:
----------------------------------------------------------------------

Thu Dec 31 11:00:00 1998 Steve Henson
- Update CHANGES file for latest additions

Wed Dec 30 11:00:00 1998 Ben Laurie - pointed out by Ulf M�ller
- MIME encoding and ISO chars at the same time messes up the stuff

Wed Dec 30 11:00:00 1998 Ralf S. Engelschall
- Ops, forgot to commit the changes entry in recent commit...

Tue Dec 29 11:00:00 1998 Ben Laurie
- Fix incorrect DER encoding of SETs and all knock-ons from that.

Tue Dec 29 11:00:00 1998 Ben Laurie - pointed out by Ulf M��ller
- Add prototypes. Make Montgomery stuff explicitly for that purpose.

Mon Dec 28 11:00:00 1998 Ben Laurie
- Deal with generated files.

Mon Dec 28 11:00:00 1998 ben
- Typo.

Mon Dec 28 11:00:00 1998 Ben Laurie
- Autodetect FreeBSD 3.

- Add strictness, fix variable substition bugs.

Sat Dec 26 11:00:00 1998 rse
- Test for new CVS repository

Wed Dec 23 11:00:00 1998 The OpenSSL Project
- Switch to OpenSSL name

Tue Dec 22 11:00:00 1998 Ralf S. Engelschall, Beckmann
- Incorporation of RSEs assembled patches


 
ICM