1. 11 5月, 2005 1 次提交
    • B
      Fix more error codes. · 8afca8d9
      Bodo Möller 提交于
      (Also improve util/ck_errf.pl script, and occasionally
      fix source code formatting.)
      8afca8d9
  2. 31 3月, 2005 2 次提交
  3. 30 3月, 2005 1 次提交
  4. 28 12月, 2004 1 次提交
  5. 05 10月, 2004 1 次提交
  6. 20 4月, 2004 1 次提交
  7. 23 3月, 2004 1 次提交
  8. 16 3月, 2004 1 次提交
  9. 25 10月, 2003 1 次提交
  10. 23 7月, 2003 1 次提交
  11. 04 4月, 2003 1 次提交
  12. 21 3月, 2003 1 次提交
  13. 19 11月, 2002 1 次提交
    • R
      Add the ASN.1 structures and functions for CertificatePair, which is · 711f1a3c
      Richard Levitte 提交于
      defined as follows (according to X.509_4thEditionDraftV6.pdf):
      
      CertificatePair ::= SEQUENCE {
      	forward		[0]	Certificate OPTIONAL,
      	reverse		[1]	Certificate OPTIONAL,
      	-- at least one of the pair shall be present -- }
      
      The only thing I'm not sure about is if it's implicit or explicit tags
      that I should count on.  For now, I'm thinking explicit, but will
      gladly stand corrected.
      
      Also implement the PEM functions to read and write certificate pairs,
      and defined the PEM tag as "CERTIFICATE PAIR".
      
      This needed to be defined, mostly for the sake of the LDAP attribute
      crossCertificatePair, but may prove useful elsewhere as well.
      711f1a3c
  14. 13 11月, 2002 1 次提交
  15. 14 10月, 2002 1 次提交
  16. 04 10月, 2002 1 次提交
    • D
      · 9a48b07e
      Dr. Stephen Henson 提交于
      Various enhancements to PKCS#12 code, new
      medium level API, improved PKCS12_create
      and additional functionality in pkcs12
      utility.
      9a48b07e
  17. 23 8月, 2002 1 次提交
    • D
      · fc85ac20
      Dr. Stephen Henson 提交于
      Make -nameopt work in req and add support for -reqopt
      fc85ac20
  18. 09 8月, 2002 1 次提交
    • B
      Add ECDH support. · e172d60d
      Bodo Möller 提交于
      Additional changes:
       - use EC_GROUP_get_degree() in apps/req.c
       - add ECDSA and ECDH to apps/speed.c
       - adds support for EC curves over binary fields to ECDSA
       - new function EC_KEY_up_ref() in crypto/ec/ec_key.c
       - reorganize crypto/ecdsa/ecdsatest.c
       - add engine support for ECDH
       - fix a few bugs in ECDSA engine support
      
      Submitted by: Douglas Stebila <douglas.stebila@sun.com>
      e172d60d
  19. 07 8月, 2002 1 次提交
  20. 14 2月, 2002 1 次提交
  21. 18 12月, 2001 1 次提交
  22. 04 10月, 2001 1 次提交
  23. 02 9月, 2001 1 次提交
    • G
      Make the necessary changes to work with the recent "ex_data" overhaul. · 79aa04ef
      Geoff Thorpe 提交于
      See the commit log message for that for more information.
      
      NB: X509_STORE_CTX's use of "ex_data" support was actually misimplemented
      (initialisation by "memset" won't/can't/doesn't work). This fixes that but
      requires that X509_STORE_CTX_init() be able to handle errors - so its
      prototype has been changed to return 'int' rather than 'void'. All uses of
      that function throughout the source code have been tracked down and
      adjusted.
      79aa04ef
  24. 17 8月, 2001 1 次提交
    • D
      · 35bf3541
      Dr. Stephen Henson 提交于
      Add CRL utility functions to allow CRLs to be
      built up without accessing structures directly.
      
      Update ca.c to use new functions.
      
      Fix ca.c so it now build CRLs correctly again.
      35bf3541
  25. 06 8月, 2001 2 次提交
  26. 31 7月, 2001 1 次提交
  27. 11 6月, 2001 1 次提交
  28. 10 5月, 2001 1 次提交
    • D
      · 926a56bf
      Dr. Stephen Henson 提交于
      Purpose and trust setting functions for X509_STORE.
      
      Tidy existing code.
      926a56bf
  29. 16 3月, 2001 1 次提交
    • D
      · 535d79da
      Dr. Stephen Henson 提交于
      Overhaul the display of certificate details in
      the 'ca' utility. This can now be extensively
      customised in the configuration file and handles
      multibyte strings and extensions properly.
      
      This is required when extensions copying from
      certificate requests is supported: the user
      must be able to view the extensions before
      allowing a certificate to be issued.
      535d79da
  30. 26 2月, 2001 1 次提交
    • D
      · fafc7f98
      Dr. Stephen Henson 提交于
      Enhance OCSP_request_verify() so it finds the signers certificate
      properly and supports several flags.
      fafc7f98
  31. 20 2月, 2001 1 次提交
    • R
      Make all configuration macros available for application by making · cf1b7d96
      Richard Levitte 提交于
      sure they are available in opensslconf.h, by giving them names starting
      with "OPENSSL_" to avoid conflicts with other packages and by making
      sure e_os2.h will cover all platform-specific cases together with
      opensslconf.h.
      
      I've checked fairly well that nothing breaks with this (apart from
      external software that will adapt if they have used something like
      NO_KRB5), but I can't guarantee it completely, so a review of this
      change would be a good thing.
      cf1b7d96
  32. 02 2月, 2001 1 次提交
  33. 17 1月, 2001 1 次提交
    • D
      · 81f169e9
      Dr. Stephen Henson 提交于
      Initial OCSP certificate verify. Not complete,
      it just supports a "trusted OCSP global root CA".
      81f169e9
  34. 29 12月, 2000 1 次提交
  35. 25 12月, 2000 1 次提交
  36. 14 12月, 2000 1 次提交
  37. 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
  38. 27 10月, 2000 1 次提交