summaryrefslogtreecommitdiff
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* make updateGeoff Thorpe2003-10-291-1/+1
|
* make updateGeoff Thorpe2003-10-282-0/+3
|
* make updateRichard Levitte2003-10-061-0/+3
|
* Make sure int SSL_COMP_add_compression_method() checks if a certainRichard Levitte2003-10-061-0/+1
| | | | | | | | | | | | | | | | | | | | compression identity is already present among the registered compression methods, and if so, reject the addition request. Declare SSL_COMP_get_compression_method() so it can be used properly. Change ssltest.c so it checks what compression methods are available and enumerates them. As a side-effect, built-in compression methods will be automagically loaded that way. Additionally, change the identities for ZLIB and RLE to be conformant to draft-ietf-tls-compression-05.txt. Finally, make update. Next on my list: have the built-in compression methods added "automatically" instead of requiring that the author call SSL_COMP_add_compression_method() or SSL_COMP_get_compression_methods().
* Remove leading and trailing spaces and tabsRichard Levitte2003-10-011-0/+2
|
* Synchronise util/libeay.num with the 0.9.7-stable one.Richard Levitte2003-09-281-344/+343
| | | | make update
* Only remove old files if they exist. [Maing32].Richard Levitte2003-06-261-1/+1
| | | | Notified by Michael Gerdau <mgd@technosis.de>
* make updateRichard Levitte2003-06-261-2/+2
|
* Scan through the engines directory as well.Richard Levitte2003-06-261-0/+1
|
* make updateRichard Levitte2003-06-191-0/+1
|
* make updateRichard Levitte2003-06-111-0/+2
|
* Handle des_modes.pod properly.Richard Levitte2003-06-112-5/+5
| | | | PR: 634
* Add crypto/store to the directories to look through.Richard Levitte2003-06-111-0/+1
|
* make updateRichard Levitte2003-05-201-0/+5
|
* make updateRichard Levitte2003-05-011-0/+113
|
* Define a STORE type. For documentation, read the entry in CHANGES,Richard Levitte2003-05-011-0/+1
| | | | crypto/store/README, crypto/store/store.h and crypto/store/str_locl.h.
* make updateRichard Levitte2003-04-291-0/+2
|
* make updateRichard Levitte2003-04-291-0/+2
|
* Add an extended variant of sk_find() which returns a non-NULL pointerRichard Levitte2003-04-291-0/+1
| | | | even if an exact match wasn't found.
* make updateRichard Levitte2003-04-041-0/+2
|
* There's no need to check for __attribute__ with ANSI functions, sinceRichard Levitte2003-04-041-1/+1
| | | | we only check to the opening parenthesis anyway...
* Counter for GCC attributes.Richard Levitte2003-04-032-12/+12
|
* make updateDr. Stephen Henson2003-03-241-0/+10
|
* make updateDr. Stephen Henson2003-03-211-0/+4
|
* Sometimes, we have partial comments on the same line as other stuff weRichard Levitte2003-03-203-3/+7
| | | | | parse. Make sure to read in the whole comment, so it can be entirely removed.
* New ASN1 macros to just implement and declare the new and free functionsDr. Stephen Henson2003-03-202-0/+10
| | | | | | and changes to mkdef.pl so it recognises them. Use these in policyMappings extension.
* make updateDr. Stephen Henson2003-03-202-1/+3
|
* Fix for no-ec on Windows.Dr. Stephen Henson2003-03-151-0/+1
|
* avoid duplicate definiton of bn_sub_part_wordsUlf Möller2003-02-212-2/+2
|
* clean up MinGW build. MinGW make now supports the Windows path nameUlf Möller2003-02-212-90/+17
| | | | conventions.
* ECPublicKey_set_octet_string and ECPublicKey_get_octet_stringBodo Möller2003-02-211-2/+2
| | | | | | | | | | | | behaviour was not quite consistent with the conventions for d2i and i2d functions as far as handling of the 'out' or 'in' pointer is concerned. This patch changes this behaviour, and renames the functions to o2i_ECPublicKey and i2o_ECPublicKey (not 'd2i' and 'i2d' because the external encoding is just a raw object string without any DER icing). Submitted by: Nils Larsch
* make updateBodo Möller2003-02-141-0/+3
|
* Change no_rmd160 to no_ripemd for consistency.Richard Levitte2003-02-141-3/+3
| | | | PR: 500
* implement fast point multiplication with precomputationBodo Möller2003-02-061-2/+2
| | | | | Submitted by: Nils Larsch Reviewed by: Bodo Moeller
* SSL_add_dir_cert_subjects_to_stack now exists for WIN32Bodo Möller2003-02-051-1/+1
|
* The util scripts need to handled no-hw.Richard Levitte2003-01-302-2/+9
| | | | PR: 327
* make updateRichard Levitte2003-01-301-124/+125
|
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-303-3/+15
| | | | PR: 287
* Revert: the names of the cygwin distribution will not be named openssl2-*.Richard Levitte2003-01-131-4/+4
| | | | Requested by Corinna Vinschen <vinschen@redhat.com>
* The naming scheme wasn't quite correct for CygwinRichard Levitte2003-01-091-4/+4
|
* make updateRichard Levitte2002-12-091-6/+13
|
* Hmm, Geoff's change made things quite interesting. We can now giveRichard Levitte2002-12-091-2/+5
| | | | | | users the option of disabling deprecated functions, which should of course be reflected in libeay.num and .def files. Quite nice, actually.
* Allow users to modify /MD to /MT.Richard Levitte2002-12-051-1/+1
| | | | PR: 380
* Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte2002-12-032-4/+14
|
* Make it so all names mentioned in the NAME section of each manpage becomes aRichard Levitte2002-11-291-0/+22
| | | | | symlink to said manpage. PR: 242
* Add OPENSSL_cleanse() to help cleanse memory and avoid certain compilerRichard Levitte2002-11-271-187/+188
| | | | | and linker optimizations. PR: 343
* make updateRichard Levitte2002-11-191-0/+10
|
* Make it possible to build for more than one CPU.Richard Levitte2002-11-171-4/+4
| | | | Clarify what the CE tests do.
* We don't want TARGETCPU expanded here.Richard Levitte2002-11-161-1/+1
|
* WinCE patchesRichard Levitte2002-11-152-0/+117
|