- Feb 14, 2003
-
-
Richard Levitte authored
PR: 358
-
- Feb 13, 2003
-
-
Richard Levitte authored
applications, at least on the platforms where it's known how to do it. Note: this has only been tested on GNU-based platforms (Linux), and needs to be tested on all others. Additionally, it's not yet supported on the following platforms, for lack of information: Darwin (MacOS X) Cygwin OSF1/Alpha SVR3 ReliantUNIX Please help out with testing and the platforms we don't yet know well enough.
-
Richard Levitte authored
-
Richard Levitte authored
-
- Feb 12, 2003
-
-
Bodo Möller authored
Submitted by: Nils Larsch
-
Bodo Möller authored
efficiency (EC_PRE_COMP objects are now constant once completed). Extend 'extra_data' API to support arbitrarily many slots (although we need only one at the moment). Modify EC internal 'extra_data' API: EC_GROUP_[clear_]free_extra_data now frees only a single slot (the previous functions are available as EC_GROUP_[clear_]free_all_extra_data). Submitted by: Nils Larsch Reviewed by: Bodo Moeller
-
Richard Levitte authored
mit_des_cbc_cksum(). The difference was first observed, then verified by looking at the MIT source.
-
Dr. Stephen Henson authored
-
Bodo Möller authored
-
- Feb 11, 2003
-
-
Bodo Möller authored
-
Dr. Stephen Henson authored
-
- Feb 10, 2003
-
-
Dr. Stephen Henson authored
-
Richard Levitte authored
-
- Feb 08, 2003
-
-
Bodo Möller authored
Submitted by: Nils Larsch
-
Bodo Möller authored
Submitted by: Nils Larsch
-
Bodo Möller authored
-
- Feb 07, 2003
-
-
Bodo Möller authored
-
- Feb 06, 2003
-
-
Bodo Möller authored
-
Richard Levitte authored
-
Bodo Möller authored
Submitted by: Nils Larsch Reviewed by: Bodo Moeller
-
- Feb 05, 2003
-
-
Bodo Möller authored
Submitted by: Toni Andjelkovic <toni@soth.at>
-
Bodo Möller authored
-
Dr. Stephen Henson authored
-
- Feb 04, 2003
-
-
Bodo Möller authored
-
Bodo Möller authored
- OpenSSL version differences - Sun /dev/urandom patch information
-
- Feb 01, 2003
-
-
Ben Laurie authored
-
Ben Laurie authored
-
- Jan 31, 2003
-
-
Richard Levitte authored
let's make that a void *. Also, BIO_socket_nbio() should send it an int argument, not a long. PR: 457
-
- Jan 30, 2003
-
-
Richard Levitte authored
PR: 424
-
Richard Levitte authored
PR: 364
-
Richard Levitte authored
PR: 327
-
Richard Levitte authored
PR: 327
-
Richard Levitte authored
PR: 327
-
Richard Levitte authored
bad, so let's not check OPENSSL_NO_ENGINE in those places. Fortunately, all the header files where the problem existed include ossl_typ.h, which makes a 'forward declaration' of the ENGINE type.
-
Richard Levitte authored
-
Richard Levitte authored
PR: 287
-
Geoff Thorpe authored
-
Geoff Thorpe authored
the OPENSSL_USE_GMP symbol is defined). Also, I've re-ordered the listing of other builtin ENGINEs to be alphabetical (though "dynamic" will still come first).
-
Geoff Thorpe authored
key operations using the GMP library. The default is not to build (or use) this code unless OPENSSL_USE_GMP is defined (because it will impose header and linker dependencies that might need specifying too).
-
Geoff Thorpe authored
testing availability of engines with "-t" - the old behaviour of is produced by increasing the feature's verbosity with "-tt".
-