1. 30 11月, 2000 1 次提交
  2. 19 11月, 2000 1 次提交
  3. 13 11月, 2000 1 次提交
  4. 07 11月, 2000 1 次提交
  5. 27 10月, 2000 1 次提交
  6. 25 9月, 2000 1 次提交
  7. 13 9月, 2000 1 次提交
  8. 07 9月, 2000 1 次提交
  9. 13 6月, 2000 1 次提交
  10. 09 6月, 2000 1 次提交
    • R
      Using checks of the existence of HEADER_{foo}_H in other header files · ef33b970
      Richard Levitte 提交于
      was a really bad idea.  For example, the following:
      
      	#include <x509.h>
      	#include <bio.h>
      	#include <asn1.h>
      
      would make sure that things like ASN1_UTCTIME_print() wasn't defined
      unless you moved the inclusion of bio.h to above the inclusion of
      x509.h.  The reason is that x509.h includes asn1.h, and the
      declaration of ASN1_UTCTIME_print() depended on the definition of
      HEADER_BIO_H.  That's what I call an obscure bug.
      
      Instead, this change makes sure that whatever header files are needed
      for the correct process of one header file are included automagically,
      and that the definitions of, for example, BIO-related things are
      dependent on the absence of the NO_{foo} macros.  This is also
      consistent with the way parts of OpenSSL can be excluded at will.
      ef33b970
  11. 02 6月, 2000 1 次提交
    • R
      There have been a number of complaints from a number of sources that names · 26a3a48d
      Richard Levitte 提交于
      like Malloc, Realloc and especially Free conflict with already existing names
      on some operating systems or other packages.  That is reason enough to change
      the names of the OpenSSL memory allocation macros to something that has a
      better chance of being unique, like prepending them with OPENSSL_.
      
      This change includes all the name changes needed throughout all C files.
      26a3a48d
  12. 02 5月, 2000 1 次提交
  13. 20 4月, 2000 1 次提交
  14. 05 3月, 2000 1 次提交
  15. 01 3月, 2000 1 次提交
  16. 06 2月, 2000 1 次提交
  17. 05 2月, 2000 1 次提交
  18. 03 2月, 2000 3 次提交
  19. 30 1月, 2000 2 次提交
  20. 28 1月, 2000 1 次提交
    • U
      Document DSA and SHA. · 38e33cef
      Ulf Möller 提交于
      New function BN_pseudo_rand().
      Use BN_prime_checks_size(BN_num_bits(w)) rounds of Miller-Rabin when
      generating DSA primes (why not use BN_is_prime()?)
      38e33cef
  21. 24 1月, 2000 1 次提交
    • D
      · dd9d233e
      Dr. Stephen Henson 提交于
      Tidy up CRYPTO_EX_DATA structures.
      dd9d233e
  22. 21 1月, 2000 1 次提交
  23. 16 1月, 2000 1 次提交
  24. 04 11月, 1999 1 次提交
  25. 26 10月, 1999 1 次提交
  26. 20 10月, 1999 1 次提交
  27. 04 10月, 1999 1 次提交
  28. 25 8月, 1999 1 次提交
  29. 24 8月, 1999 1 次提交
  30. 23 8月, 1999 1 次提交
  31. 06 8月, 1999 1 次提交
  32. 05 8月, 1999 1 次提交
  33. 22 7月, 1999 1 次提交
  34. 10 7月, 1999 1 次提交
  35. 25 6月, 1999 1 次提交
  36. 12 6月, 1999 1 次提交
  37. 08 6月, 1999 1 次提交