- 06 5月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
well. Notified by Frank Kardel <kardel@acm.org> in PR 879.
-
- 05 5月, 2004 1 次提交
-
-
由 Geoff Thorpe 提交于
Submitted by: Nils Larsch Reviewed by: Geoff Thorpe
-
- 04 5月, 2004 1 次提交
-
-
由 Bodo Möller 提交于
- 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.
-
- 29 4月, 2004 1 次提交
-
-
由 Geoff Thorpe 提交于
-
- 28 4月, 2004 3 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
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 提交于
-
- 27 4月, 2004 1 次提交
-
-
由 Geoff Thorpe 提交于
additional contexts.
-
- 26 4月, 2004 2 次提交
-
-
由 Geoff Thorpe 提交于
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 提交于
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
-
- 25 4月, 2004 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
- 22 4月, 2004 1 次提交
-
-
由 Dr. Stephen Henson 提交于
PR:870
-
- 21 4月, 2004 4 次提交
-
-
由 Geoff Thorpe 提交于
0.9.7-stable as well as HEAD (and doesn't apply to the 0.9.6-engine variant).
-
由 Geoff Thorpe 提交于
some similar code elsewhere. Thanks to Francesco Petruzzi for bringing this to my attention.
-
由 Dr. Stephen Henson 提交于
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 提交于
-
- 20 4月, 2004 10 次提交
-
-
由 Dr. Stephen Henson 提交于
initial serial numbers. PR: 842
-
由 Richard Levitte 提交于
days... A little too much for my tests, currently...
-
由 Richard Levitte 提交于
else then at least so bc doesn't have problems parsing the output from bntest :-).
-
由 Geoff Thorpe 提交于
-
由 Geoff Thorpe 提交于
-
由 Geoff Thorpe 提交于
consolidated these prior to committing).
-
由 Geoff Thorpe 提交于
dependencies of the OPENSSL_NO_DEPRECATED mode. This prevents dependencies being reproduced for "deprecated" header behaviour when a developer doesn't define the symbol (with the subsequent CVS wars that can ensue).
-
由 Geoff Thorpe 提交于
-
由 Geoff Thorpe 提交于
tree. This further reduces header interdependencies, and makes some associated cleanups.
-
由 Geoff Thorpe 提交于
changes are the fallout). As this could break source code that doesn't directly include headers for interfaces it uses, changes to recursive includes are covered by the OPENSSL_NO_DEPRECATED symbol. It's better to define this when building and using openssl, and then adapt code where necessary - this is how to stay current. However the mechanism exists for the lethargic.
-
- 15 4月, 2004 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 14 4月, 2004 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 02 4月, 2004 2 次提交
-
-
由 Geoff Thorpe 提交于
-
由 Dr. Stephen Henson 提交于
-
- 31 3月, 2004 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
- 29 3月, 2004 3 次提交
-
-
由 Richard Levitte 提交于
make update
-
由 Andy Polyakov 提交于
available compiler versions generated bogus machine code trying to compile new crypto/des/cfb_enc.c. Secondly, 8th version defines __GNUC__ macro, but fails to compile *some* inline assembler correctly. Note that all versions of icc implement MSC-like _lrot[rl] intrinsic, which is used now instead of offensive asm. Finally, unnecessary linker dependencies are eliminated. Most notably dependency from libirc.a caused trouble at application start-up, if libcrypto.so is linked with -Bsymbolic (which it is).
-
由 Dr. Stephen Henson 提交于
appropriate form, for example correct DES parity. Update S/MIME code and EVP_SealInit to use new functions. PR: 700
-
- 28 3月, 2004 3 次提交
-
-
由 Dr. Stephen Henson 提交于
make update
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
verified structure can contain its own CRLs (such as PKCS#7 signedData). Tidy up some of the verify code.
-
- 27 3月, 2004 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-