summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Collapse)Author
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-04synchronize with engine-0.9.6 treeBodo 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-11make updateRichard Levitte
2001-11-15Make it possible to build completely static, independent error CRichard Levitte
files.
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.
2001-09-10make updateGeoff Thorpe
2001-09-07make engine file names unique in 8.3Ulf Möller
2001-09-05"DH_up" had been changed to "DH_up_ref" in libeay.num but the functionGeoff Thorpe
declaration and implementation had not. So a recent update recreated the original definition in libeay.num ... this corrects it and changes the "dh" code to the "up_ref" variant.
2001-09-05Use GCC 2.95/3.0 optimizationUlf Möller
2001-09-04Add a "_up" -> "_up_ref" change to libeay.num that was missing from theGeoff Thorpe
recent changes. Also, do the same change to the DSO_up() function.
2001-09-03Rename recently introduced functions for improved code clarity:Bodo Möller
[DR]SA_up => [DR]SA_up_ref
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe
See the commit log message for that for more information. NB: X509_STORE_CTX's use of "ex_data" support was actually misimplemented (initialisation by "memset" won't/can't/doesn't work). This fixes that but requires that X509_STORE_CTX_init() be able to handle errors - so its prototype has been changed to return 'int' rather than 'void'. All uses of that function throughout the source code have been tracked down and adjusted.
2001-09-01make updateUlf Möller
2001-08-26"make update"Geoff Thorpe
2001-08-18Add first cut symmetric crypto support.Ben Laurie
2001-08-03This ghastly hack prevents CVS wars over Kerberos (which is disabled by ↵Ben Laurie
default).
2001-07-31Make sure the source file is included among the dependencies. This isRichard Levitte
the norm for 'gcc -M' but not for 'makedepend', and is merely introduced here to avoid commit wars.
2001-07-31make updateRichard Levitte
2001-07-11make updateRichard Levitte
Note that since some private kssl functions were exported, the simplest way to rebuild the number table was to toss everything that was new since OpenSSL 0.9.6b. This is safe, since those functions have not yet been exported in an OpenSSL release. Beware, people who trust intermediary snapshots!
2001-07-11make updateRichard Levitte
2001-07-11Make sure crypto/krb5/krb5_asn.h is copied to the directory ofRichard Levitte
exported header files.
2001-07-11Make sure crypto/krb5/krb5_asn.h becomes part of libeay.num.Richard Levitte
2001-07-10make updateRichard Levitte
2001-07-01Changes to have OpenSSL compile on OS/2.Richard Levitte
Contributed by "Brian Havard" <brianh@kheldar.apana.org.au>
2001-06-23make updateRichard Levitte
2001-06-11Make updateDr. Stephen Henson
2001-06-05'make update'Richard Levitte
2001-05-13make updateRichard Levitte