1. 28 3月, 2014 1 次提交
  2. 02 3月, 2014 1 次提交
    • D
      PKCS#8 support for alternative PRFs. · 5693a308
      Dr. Stephen Henson 提交于
      Add option to set an alternative to the default hmacWithSHA1 PRF
      for PKCS#8 private key encryptions. This is used automatically
      by PKCS8_encrypt if the nid specified is a PRF.
      
      Add option to pkcs8 utility.
      
      Update docs.
      (cherry picked from commit b60272b01fcb4f69201b3e1659b4f7e9e9298dfb)
      5693a308
  3. 25 2月, 2014 2 次提交
  4. 23 2月, 2014 1 次提交
    • D
      New chain building flags. · 13dc3ce9
      Dr. Stephen Henson 提交于
      New flags to build certificate chains. The can be used to rearrange
      the chain so all an application needs to do is add all certificates
      in arbitrary order and then build the chain to check and correct them.
      
      Add verify error code when building chain.
      
      Update docs.
      13dc3ce9
  5. 21 2月, 2014 2 次提交
  6. 20 2月, 2014 1 次提交
  7. 19 2月, 2014 1 次提交
  8. 15 2月, 2014 2 次提交
    • K
      Use defaults bits in req when not given · 33432203
      Kurt Roeckx 提交于
      If you use "-newkey rsa" it's supposed to read the default number of bits from the
      config file.  However the value isn't used to generate the key, but it does
      print it's generating such a key.  The set_keygen_ctx() doesn't call
      EVP_PKEY_CTX_set_rsa_keygen_bits() and you end up with the default set in
      pkey_rsa_init() (1024).  Afterwards the number of bits gets read from the config
      file, but nothing is done with that anymore.
      
      We now read the config first and use the value from the config file when no size
      is given.
      
      PR: 2592
      33432203
    • S
      Fix various spelling errors · 2b4ffc65
      Scott Schaefer 提交于
      2b4ffc65
  9. 13 2月, 2014 1 次提交
  10. 06 2月, 2014 3 次提交
  11. 27 1月, 2014 1 次提交
  12. 14 11月, 2013 1 次提交
  13. 21 10月, 2013 1 次提交
    • D
      Extend SSL_CONF · ec2f7e56
      Dr. Stephen Henson 提交于
      Extend SSL_CONF to return command value types.
      
      Add certificate and key options.
      
      Update documentation.
      ec2f7e56
  14. 07 10月, 2013 1 次提交
  15. 25 9月, 2013 2 次提交
  16. 13 9月, 2013 1 次提交
    • M
      typo · 5628ec66
      Mat 提交于
      5628ec66
  17. 12 9月, 2013 1 次提交
  18. 08 9月, 2013 1 次提交
    • D
      Experimental encrypt-then-mac support. · 5e3ff62c
      Dr. Stephen Henson 提交于
      Experimental support for encrypt then mac from
      draft-gutmann-tls-encrypt-then-mac-02.txt
      
      To enable it set the appropriate extension number (0x10 for the test server)
      using e.g. -DTLSEXT_TYPE_encrypt_then_mac=0x10
      
      For non-compliant peers (i.e. just about everything) this should have no
      effect.
      5e3ff62c
  19. 06 9月, 2013 10 次提交
  20. 19 8月, 2013 1 次提交
  21. 18 8月, 2013 1 次提交
  22. 22 7月, 2013 2 次提交
  23. 18 7月, 2013 1 次提交
  24. 22 6月, 2013 1 次提交