- May 17, 2004
-
-
Geoff Thorpe authored
the cryptodev implementation include bn.h directly (when building with OPENSSL_NO_DEPRECATED that is).
-
Geoff Thorpe authored
the engine implementations need to include bn.h to manipulate bignums.
-
Geoff Thorpe authored
remove some unnecessary includes from the internal header ssl_locl.h. This then requires adding includes for bn.h in four C files.
-
Geoff Thorpe authored
required includes back via the internal header and str_lib.c.
-
Geoff Thorpe authored
CRYPTO_EX_DATA and the new/free/dup callback prototypes to ossl_typ.h.
-
Geoff Thorpe authored
Deprecate inclusion of crypto.h from ui.h.
-
Andy Polyakov authored
comes in we have required macros in place.
-
- May 15, 2004
-
-
Geoff Thorpe authored
corresponding headers are only required for API functions or structure details. This now includes the bignum types and BUF_MEM. Subsequent commits will remove various dependencies on bn.h and buffer.h and update the makefile dependencies.
-
Geoff Thorpe authored
macros. I'm removing this from the NO_DEPRECATED build.
-
Dr. Stephen Henson authored
PR: 851
-
Andy Polyakov authored
-
- May 14, 2004
-
-
Richard Levitte authored
don't crash and burn.
-
- May 13, 2004
-
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
generated from the Unixly configuration file.
-
Andy Polyakov authored
-
Andy Polyakov authored
Makefile modifications, make test, etc. will appear later...
-
- May 12, 2004
-
-
Dr. Stephen Henson authored
-
- May 06, 2004
-
-
Andy Polyakov authored
is subject to change as C implementation is added...
-
Andy Polyakov authored
config and run-time support is added. PR: 788 Submitted by: <dean@arctic.org> Reviewed by: <appro> Obtained from: http://arctic.org/~dean/crypto/rsa.html
-
Andy Polyakov authored
-
Richard Levitte authored
use it. Notified by Frédéric L. W. Meunier <0@pervalidus.tk> in PR 713
-
Richard Levitte authored
well. Notified by Frank Kardel <kardel@acm.org> in PR 879.
-
- May 04, 2004
-
-
Geoff Thorpe authored
Submitted by: Nils Larsch Reviewed by: Geoff Thorpe
-
Bodo Möller authored
- update from current 0.9.7-stable CHANGES file: Now here we have "CHANGES between 0.9.7e and 0.9.8", and I hope that all patches mentioned for 0.9.7d and 0.9.7e actually are in the CVS HEAD, i.e. what is to become 0.9.8. I have rewritten the 'openssl ca -create_serial' entry (0.9.8) so that it explains the earlier change that is now listed (0.9.7e). The ENGINE_set_default typo bug entry has been moved from 0.9.8 to 0.9.7b, which is where it belongs.
-
- Apr 28, 2004
-
-
Geoff Thorpe authored
-
- Apr 27, 2004
-
-
Andy Polyakov authored
-
Andy Polyakov authored
especially for AIX. But most important BIGNUM assembler implementation submitted by IBM. Submitted by: Peter Waltenberg <pwalten@au1.ibm.com> Reviewed by: appro
-
Dr. Stephen Henson authored
-
Geoff Thorpe authored
additional contexts.
-
- Apr 26, 2004
-
-
Geoff Thorpe authored
small key sizes seems to result from the code continually regenerating the same prime value once the range is small enough. From my tests, this change fixes the problem by setting an escape velocity of 3 repeats for the second of the two primes. PR: 874
-
Geoff Thorpe authored
proposed the change and submitted the patch, I jiggled it slightly and adjusted the other parts of openssl that were affected. PR: 867 Submitted by: Jelte Jansen Reviewed by: Geoff Thorpe
-
- Apr 25, 2004
-
-
Dr. Stephen Henson authored
-
- Apr 24, 2004
-
-
Dr. Stephen Henson authored
-
- Apr 22, 2004
-
-
Dr. Stephen Henson authored
PR:870
-
- Apr 21, 2004
-
-
Geoff Thorpe authored
0.9.7-stable as well as HEAD (and doesn't apply to the 0.9.6-engine variant).
-
Geoff Thorpe authored
some similar code elsewhere. Thanks to Francesco Petruzzi for bringing this to my attention.
-
Dr. Stephen Henson authored
serial number plus 1 to the output file. Its purpose is to allow serial number files to be initialized when random serial numbers are used.
-
Dr. Stephen Henson authored
-
- Apr 20, 2004
-
-
Dr. Stephen Henson authored
initial serial numbers. PR: 842
-