summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Collapse)Author
2002-07-17Make mkdir failsafe in case the directories are already presentRichard Levitte
2002-06-27Apply the Borland Builder 5 changes that I forgot...Richard Levitte
2002-06-25For some reason, we need to return the full path to perlRichard Levitte
2002-06-20Fix path to find util/pod2man.pl from the execution directory.Lutz Jänicke
Make sure to use the predefined PERL. Submitted by: Bernhard Simon <bs@bsws.zid.tuwien.ac.at> Reviewed by: PR:
2002-06-05Make perl replacement for dirname, for system that lack the latter.Richard Levitte
PR: 81
2002-06-05On some systems the default "perl" may still be perl4, use the correctLutz Jänicke
version determined by "config" instead.
2002-05-30pod2man.pl would only remove the first LF from the name.Richard Levitte
2002-05-30Apparently, there are still chances we have to deal with buggy pod2man versions.Richard Levitte
Deal with that by testing any available pod2man and using it if appropriate, and falling back to util/pod2man.pl if none was found.
2002-05-30Our copy of pod2man.pl is old and comparatively broken, so lets remove it.Richard Levitte
PR: 30
2002-04-21This commit was manufactured by cvs2svn to create branchcvs2svn
'OpenSSL_0_9_6-stable'.
2002-04-21Add cygwin build script (Corinna Vinschen <vinschen@redhat.com>).Lutz Jänicke
2002-04-20Make sure ec and ecdsa is properly handled in Windows.Richard Levitte
Notified by Bernd Matthes <bernd.matthes@gemplus.com>
2002-04-15get rid of some assignments that have become obsoleteBodo Möller
2002-04-06make update (libeay.num has been edited to match 0.9.7-stable)Richard Levitte
2002-02-28make updateRichard Levitte
2002-02-26make update, after moving around symbols in libeay.num to matchRichard Levitte
0.9.7-stable.
2002-02-20make updateGeoff Thorpe
2002-02-14make update, with libeay.num remade to match the 0.9.7-stable one.Richard Levitte
2002-02-13ECDSA supportBodo Möller
Submitted by: Nils Larsch <nla@trustcenter.de>
2002-02-07If the intended header file doesn't exist, create it.Richard Levitte
2002-02-05'make update'Richard Levitte
2002-01-26I got a request to make the "old des" symbols more closely tied toRichard Levitte
OpenSSL. Adding '_ossl' in the name seems to be a good way to do this.
2002-01-24fix formatting of automatically generated error sectionBodo Möller
2002-01-24New functionsBodo Möller
ERR_peek_last_error ERR_peek_last_error_line ERR_peek_last_error_line_data (supersedes ERR_peek_top_error). Rename OPENSSL_NO_OLD_DES_SUPPORT into OPENSSL_DISABLE_OLD_DES_SUPPORT because OPENSSL_NO_... indicates disabled algorithms (according to mkdef.pl).
2002-01-24make updateRichard Levitte
libeay.num got tweaked so the old des symbols would retain their positions.
2002-01-16*** empty log message ***Ulf Möller
2002-01-16*** empty log message ***Ulf Möller
2002-01-04synchronize with engine-0.9.6 treeBodo Möller
2002-01-04add symbols reserved in 'engine' tree (tagged as NOEXIST)Bodo Möller
2002-01-02make updateRichard Levitte
2002-01-02Because Rijndael is more known as AES, use crypto/aes instead ofRichard Levitte
crypto/rijndael. Additionally, I applied the AES integration patch from Stephen Sprunk <stephen@sprunk.org> and fiddled it to work properly with the normal EVP constructs (and incidently work the same way as all other symmetric cipher implementations). This results in an API that looks a lot like the rest of the OpenSSL cipher suite.
2001-12-19make sure mklink.pl looks at ERR_load_...Bodo Möller
2001-12-11make updateRichard Levitte
2001-11-15Make it possible to build completely static, independent error CRichard Levitte
files.
2001-11-15make updateRichard Levitte
perl util/mkdef.pl crypto update rewrite
2001-11-15Apply the following changes from the main trunk:Richard Levitte
2001-03-08 13:14 bodo * util/mkerr.pl (1.14): Change mkerr.pl so that it puts the ERR_load_..._strings() prototype in header files that it writes. 2001-05-10 02:07 steve * util/mkerr.pl (1.15): Fix to allow multiple NONE libraries in mkerr.pl .
2001-11-12information on 0.9.6c-engineBodo Möller
2001-10-25Remove DES_random_seed() but retain des_random_seed() for now. ChangeRichard Levitte
the docs to reflect this change and correct libeay.num.
2001-10-24Due to an increasing number of clashes between modern OpenSSL andRichard Levitte
libdes (which is still used out there) or other des implementations, the OpenSSL DES functions are renamed to begin with DES_ instead of des_. Compatibility routines are provided and declared by including openssl/des_old.h. Those declarations are the same as were in des.h when the OpenSSL project started, which is exactly how libdes looked at that time, and hopefully still looks today. The compatibility functions will be removed in some future release, at the latest in version 1.0.
2001-10-24make updateRichard Levitte
2001-10-10It seems like gcc does canonicalisation of file names. MoreRichard Levitte
specifically, a starting './' is removed. makedepend doesn't do this, resulting in another possible commit war, so let's fix that by doing a poor mans canonicalisation of file names that gives the same effect as doing dependencies through gcc.
2001-10-10makedepend sometimes produces duplicates. Remove them.Richard Levitte
2001-10-01'make update'Richard Levitte
2001-09-26'make update'Richard Levitte
2001-09-26Two changes:Richard Levitte
1. if there are several symbols with the same entry number, sort those symbols in ASCII order. 2. Do not stop reading the header files when "BEGIN ERROR CODES" is found, since mkerr.pl will add a function declaration after that comment. Instead, trigger on "Error codes for the \w+ function", which is the actual start of the error code macros. Additionally, a few more debugging printouts that helped.
2001-09-25Make update to bring in all the cipher/digest-related ENGINE changes.Geoff Thorpe
NB: It looks like mkdef.pl is causing certain cvs wars by continually flipping the order of some definitions ...
2001-09-25"make update".Geoff Thorpe
2001-09-24"make update"Geoff Thorpe
2001-09-20New function SSL_renegotiate_pending().Bodo Möller
New option SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION.
2001-09-14Get rid of junk (deleted/renamed function) by rebuildingBodo Möller
based on 0.9.6 tree.