- Feb 08, 2000
-
-
Dr. Stephen Henson authored
amend docs.
-
- Feb 07, 2000
-
-
Richard Levitte authored
-
Richard Levitte authored
-
Dr. Stephen Henson authored
This better reflects their behaviour.
-
- Feb 06, 2000
-
-
Ulf Möller authored
-
Ulf Möller authored
-
Richard Levitte authored
-
Dr. Stephen Henson authored
-
Ulf Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
-
Andy Polyakov authored
qualifier in asm definitions as it prevents compiler from moving the instruction(s) during optimization pass.
-
Richard Levitte authored
-
Bodo Möller authored
-
Ulf Möller authored
-
- Feb 05, 2000
-
-
Bodo Möller authored
macro
-
Bodo Möller authored
-
Dr. Stephen Henson authored
-
Bodo Möller authored
and initialize too_many because memset(..., 0, ...) is not used here.
-
Bodo Möller authored
Avoid enabled 'assert()' in production library.
-
Ulf Möller authored
algorithm is used.
-
Ulf Möller authored
temporary BIGNUMs. BN_CTX still uses a fixed number of BIGNUMs, but the BN_CTX implementation could now easily be changed.
-
Ulf Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
used anywhere in OpenSSL, but might be used by libdes applications.
-
- Feb 04, 2000
-
-
Andy Polyakov authored
were fixed up. The catch is that in the DESX test the cbc2_key is used as whitening key where *all* 64 bits are significant.
-
Dr. Stephen Henson authored
OpenSSL_add_all_algorithms(). Move these into separate files so they work properly.
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
-
- Feb 03, 2000
-
-
Ulf Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
-
Dr. Stephen Henson authored
Add new -notext option to 'ca', -pubkey option to spkac. Remove some "WTF??" casts from applications. Fixes to keep VC++ happy and avoid warnings. Docs tidy.
-
Bodo Möller authored
-
- Feb 02, 2000
-
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
-
Andy Polyakov authored
crypto/bn/bn_lcl.h for further details. It should be noted that for the moment of this writing the code was tested only on Alpha. If compiled with DEC C the C implementation exhibits 12% performance improvement over the crypto/bn/asm/alpha.s (on EV56 box running AlphaLinux). GNU C is (unfortunately) 8% behind the assembler implementation. But it's OpenVMS Alpha users who *may* benefit most as 'apps/openssl speed rsa' exhibits 6 (six) times performance improvement over the original VMS bignum implementation. Where "*may*" means "as soon as code is enabled though #define SIXTY_FOUR_BIT and crypto/bn/asm/vms.mar is skipped."
-