aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* Make update.Dr. Stephen Henson2005-05-151-0/+9
|
* Fix more error codes.Bodo Möller2005-05-111-3/+8
| | | | | (Also improve util/ck_errf.pl script, and occasionally fix source code formatting.)
* give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch2005-05-101-1/+1
| | | | EC_GROUP_new_by_nid -> EC_GROUP_new_by_curve_name
* Update util/ck_errf.pl script, and have it run automaticallyBodo Möller2005-05-092-2/+2
| | | | | | | | during "make errors" and thus during "make update". Fix lots of bugs that util/ck_errf.pl can detect automatically. Various others of these are still left to fix; that's why "make update" will complain loudly when run now.
* rebuild (starting with state from 0.9.7-stable branch) to avoid clutterBodo Möller2005-05-092-496/+503
|
* give EC_GROUP_*_nid functions a more meaningful nameNils Larsch2005-05-081-2/+2
| | | | | EC_GROUP_get_nid -> EC_GROUP_get_curve_name EC_GROUP_set_nid -> EC_GROUP_set_curve_name
* Lots of Win32 fixes for DTLS.Dr. Stephen Henson2005-04-273-0/+14
| | | | | | | | 1. "unsigned long long" isn't portable changed: to BN_ULLONG. 2. The LL prefix isn't allowed in VC++ but it isn't needed where it is used. 2. Avoid lots of compiler warnings about signed/unsigned mismatches. 3. Include new library directory pqueue in mk1mf build system. 4. Update symbols.
* get rid of Makefile.ssl in util/Nils Larsch2005-04-274-8/+8
|
* no Makefile.ssl anymoreNils Larsch2005-04-271-2/+2
|
* there's no such thing as Makefile.ssl anymoreBodo Möller2005-04-261-1/+1
|
* some updates for the blinding code; summary:Nils Larsch2005-04-261-0/+8
| | | | | | | | | | | - possibility of re-creation of the blinding parameters after a fixed number of uses (suggested by Bodo) - calculatition of the rsa::e in case it's absent and p and q are present (see bug report #785) - improve the performance when if one rsa structure is shared by more than a thread (see bug report #555) - fix the problem described in bug report #827 - hide the definition ot the BN_BLINDING structure in bn_blind.c
* Fix various incorrect error function codes.Bodo Möller2005-04-261-1/+1
| | | | ("perl util/ck_errf.pl */*.c */*/*.c" still reports many more.)
* take OPENSSL_NO_DGRAM into accountBodo Möller2005-04-261-1/+1
| | | | (via make update)
* let mkdef.pl know about OPENSSL_NO_DGRAMBodo Möller2005-04-261-1/+1
| | | | (which appears in the new file crypto/bio/bss_dgram.c)
* make updateBodo Möller2005-04-262-0/+6
|
* fix SSLerr stuff for DTLS1 code;Bodo Möller2005-04-261-2/+2
| | | | | move some functions from exported header <openssl/dtl1.h> into "ssl_locl.h"; fix silly indentation (a TAB is *not* always 4 spaces)
* Oops...Dr. Stephen Henson2005-04-241-2/+0
|
* Recognize zlib and krb5 options in mk1mf.plDr. Stephen Henson2005-04-241-0/+27
|
* make updateNils Larsch2005-04-221-0/+1
|
* Don't use standard kerberos library locations in MK1MF builds.Dr. Stephen Henson2005-04-211-1/+1
| | | | Fix typo in mk1mf.pl
* Process MINFO file earlier in mk1mf.pl so it can modify variables like CFLAGS.Dr. Stephen Henson2005-04-201-51/+57
| | | | Process kerberos include and library options.
* Handle similar mk1mf.pl options with a hash table.Dr. Stephen Henson2005-04-201-49/+86
|
* Fix logic in mkdef.pl function is_valid.Dr. Stephen Henson2005-04-192-3/+4
| | | | Update symbols
* Stop perl warning.Dr. Stephen Henson2005-04-191-1/+5
|
* New "algorithm define" OPENSSL_NO_GMP. Update mkdef.pl and Configure scriptDr. Stephen Henson2005-04-191-2/+5
| | | | to use it.
* Ignore TYPEDEF_OF in mkdef.plDr. Stephen Henson2005-04-191-0/+3
|
* Various Win32 and other fixes for warnings and compilation errors.Dr. Stephen Henson2005-04-192-2/+2
| | | | Fix Win32 build system to use 'Makefile' instead of 'Makefile.ssl'.
* Fix from stable branch.Dr. Stephen Henson2005-04-171-1/+1
|
* Makefile.ssl -> MakefileNils Larsch2005-04-131-2/+2
|
* Include error library value in C error source files instead of fixing upDr. Stephen Henson2005-04-121-5/+28
| | | | at runtime.
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
|
* Take account of Makefile.ssl removal.Ben Laurie2005-03-301-5/+5
|
* Make util/shlib_wrap.sh [Open]BSD-friendly.Andy Polyakov2005-02-061-3/+7
|
* In mkdef.pl ignore trailing whitespace in #ifdef linesDr. Stephen Henson2005-02-051-1/+1
|
* Address run-time linker problems: LD_PRELOAD issue on multi-ABI platformsAndy Polyakov2005-02-012-0/+88
| | | | | | and SafeDllSearchMode in Windows. Submitted by: Richard Levitte
* Changes concering RFC 3820 (proxy certificates) integration:Richard Levitte2005-01-171-2/+2
| | | | | | | | | | | | | | | | | - Enforce that there should be no policy settings when the language is one of id-ppl-independent or id-ppl-inheritAll. - Add functionality to ssltest.c so that it can process proxy rights and check that they are set correctly. Rights consist of ASCII letters, and the condition is a boolean expression that includes letters, parenthesis, &, | and ^. - Change the proxy certificate configurations so they get proxy rights that are understood by ssltest.c. - Add a script that tests proxy certificates with SSL operations. Other changes: - Change the copyright end year in mkerr.pl. - make update.
* Add functionality needed to process proxy certificates.Richard Levitte2004-12-281-445/+457
|
* Refine PowerPC platform support.Andy Polyakov2004-12-201-0/+1
|
* Change libeay.num so it's synchronised with additions in 0.9.7-stable.Richard Levitte2004-12-131-458/+484
| | | | make update
* Update year.Dr. Stephen Henson2004-12-051-1/+1
|
* Allow alternative manual sections to be embedded in .pod file comments.Dr. Stephen Henson2004-11-251-0/+12
|
* Fix race condition when CRL checking is enabled.Dr. Stephen Henson2004-10-041-0/+1
|
* usr/doc has recently changed to usr/share/doc on Cygwin.Richard Levitte2004-09-281-4/+4
| | | | Notified by Corinna Vinschen <vinschen@redhat.com>
* make updateRichard Levitte2004-09-101-0/+29
|
* WinCE should always be compiled as UNICODE, even debugging version...Andy Polyakov2004-07-221-1/+1
|
* make updateRichard Levitte2004-07-122-1/+3
| | | | | (incidently, this also tells VMS that there exists a new symbol in the SSL library)
* Because it's one of our libraries calling new functions in the other,Richard Levitte2004-07-121-0/+1
| | | | | | we need to have them among the symbols that should appear in the transfer table, at least on VMS (and it wouldn't surprise me if Windows would whine as well).
* Deprecate unused cruft, and "make update".Geoff Thorpe2004-06-171-2/+6
|
* make updateRichard Levitte2004-05-311-2/+2
|
* SHA224_Update() and SHA224_Final() aren't implemented, and sinceRichard Levitte2004-05-301-2/+2
| | | | | | | SHA224() uses SHA256_Update() and SHA256_Final() instead, let's just create aliases in form of macros. make update