1. 05 2月, 2001 1 次提交
  2. 09 12月, 2000 1 次提交
    • D
      · 9d6b1ce6
      Dr. Stephen Henson 提交于
      Merge from the ASN1 branch of new ASN1 code
      to main trunk.
      
      Lets see if the makes it to openssl-cvs :-)
      9d6b1ce6
  3. 30 11月, 2000 1 次提交
  4. 13 11月, 2000 1 次提交
  5. 07 11月, 2000 1 次提交
  6. 27 10月, 2000 1 次提交
  7. 25 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. 08 6月, 2000 1 次提交
  12. 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
  13. 02 5月, 2000 1 次提交
  14. 20 4月, 2000 1 次提交
  15. 05 3月, 2000 1 次提交
  16. 05 2月, 2000 1 次提交
  17. 28 1月, 2000 1 次提交
    • D
      · 90644dd7
      Dr. Stephen Henson 提交于
      New -pkcs12 option to CA.pl.
      Document CA.pl script.
      Initialise and free up the extra DH fields
      (nothing uses them yet though).
      90644dd7
  18. 24 1月, 2000 1 次提交
    • D
      · dd9d233e
      Dr. Stephen Henson 提交于
      Tidy up CRYPTO_EX_DATA structures.
      dd9d233e
  19. 23 1月, 2000 1 次提交
  20. 17 1月, 2000 1 次提交
  21. 16 1月, 2000 1 次提交
  22. 12 1月, 2000 1 次提交
  23. 09 11月, 1999 1 次提交
  24. 26 10月, 1999 1 次提交
  25. 02 9月, 1999 1 次提交
  26. 25 8月, 1999 1 次提交
  27. 24 8月, 1999 1 次提交
  28. 05 8月, 1999 1 次提交
  29. 12 6月, 1999 1 次提交
  30. 09 6月, 1999 1 次提交
  31. 04 6月, 1999 1 次提交
  32. 21 5月, 1999 3 次提交
    • B
      It was a very bad idea to use #include "../e_os.h" -- when this occurs · 7e701817
      Bodo Möller 提交于
      in cryptlib.h (which is often included as "../cryptlib.h"), then the
      question remains relative to which directory this is to be interpreted.
      gcc went one further directory up, as intended; but makedepend thinks
      differently, and so probably do some C compilers.  So the ../ must go away;
      thus e_os.h goes back into include/openssl (but I now use
      #include "openssl/e_os.h" instead of <openssl/e_os.h> to make the point) --
      and we have another huge bunch of dependency changes.  Argh.
      7e701817
    • B
      Add a kludge :-( · d6847aed
      Bodo Möller 提交于
      There were problems with putting e_os.h just into the top directory,
      because the test programs are compiled within test/ in the "standard"
      case in in their original directories in the makefile.one case;
      and in the latter symlinks may not be available.
      d6847aed
    • B
      Don't install e_os.h in include/openssl, use it only as a local · 17e3dd1c
      Bodo Möller 提交于
      include file.
      17e3dd1c
  33. 15 5月, 1999 1 次提交
  34. 30 4月, 1999 2 次提交
  35. 29 4月, 1999 2 次提交
  36. 27 4月, 1999 1 次提交