1. 188c53f update CHANGES by Dr. Stephen Henson · 13 years ago
  2. 9a436c0 Back out redundant verification time change. by Ben Laurie · 13 years ago
  3. 7fd5df6 Make it possible to set a time for verification. by Ben Laurie · 13 years ago
  4. 627b044 update CHANGES by Dr. Stephen Henson · 13 years ago
  5. 2ca873e transparently handle X9.42 DH parameters by Dr. Stephen Henson · 13 years ago
  6. afb14cd Initial experimental support for X9.42 DH parameter format to handle by Dr. Stephen Henson · 13 years ago
  7. 19b0d0e Resolve a stack set-up race condition (if the list of compression by Bodo Möller · 13 years ago
  8. ea8c77a Fix ecdsatest.c. by Bodo Möller · 13 years ago
  9. a7c71d8 Update HEAD CHANGES file. by Bodo Möller · 13 years ago
  10. 390c579 Fix BIO_f_buffer(). by Bodo Möller · 13 years ago
  11. e0af040 Add TLS exporter. by Ben Laurie · 13 years ago
  12. 333f926 Add DTLS-SRTP. by Ben Laurie · 13 years ago
  13. 20bee96 Add RFC5114 DH parameters to OpenSSL. Add test data to dhtest. by Dr. Stephen Henson · 13 years ago
  14. a98b8ce Update fips_test_suite to take multiple command line options and by Dr. Stephen Henson · 13 years ago
  15. f4324e5 Add single call public key sign and verify functions. by Dr. Stephen Henson · 13 years ago
  16. 3ec9dce Add fips_algvs utility (from FIPS 2.0 stable branch). by Dr. Stephen Henson · 13 years ago
  17. 5e4eb99 add authentication parameter to FIPS_module_mode_set by Dr. Stephen Henson · 13 years ago
  18. e5641d7 BN_BLINDING multi-threading fix. by Bodo Möller · 13 years ago
  19. e0d6132 Fix warnings. by Bodo Möller · 13 years ago
  20. 3e00b4c Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 and by Bodo Möller · 13 years ago
  21. 8b37d33 typo by Bodo Möller · 13 years ago
  22. 3ddc06f In ssl3_clear, preserve s3->init_extra along with s3->rbuf. by Bodo Möller · 13 years ago
  23. ccbb9ba fix CHANGES entry by Dr. Stephen Henson · 13 years ago
  24. 2bfeb7d Add FIPS selftests for ECDH algorithm. by Dr. Stephen Henson · 14 years ago
  25. cb71870 Use function name FIPS_drbg_health_check() for health check function. by Dr. Stephen Henson · 14 years ago
  26. 4420b3b Revise DRBG to split between internal and external flags. by Dr. Stephen Henson · 14 years ago
  27. 1509485 new function to lookup FIPS supported ciphers by NID by Dr. Stephen Henson · 14 years ago
  28. a11f06b More extensive DRBG health check. New function to call health check by Dr. Stephen Henson · 14 years ago
  29. 7fdcb45 Add support for Dual EC DRBG from SP800-90. Include updates to algorithm by Dr. Stephen Henson · 14 years ago
  30. 0486cce Initialise X509_STORE_CTX properly so CRLs with nextUpdate date in the past by Dr. Stephen Henson · 14 years ago
  31. c519e89 Fix session handling. by Bodo Möller · 14 years ago
  32. 612fcfb Fix d2i_SSL_SESSION. by Bodo Möller · 14 years ago
  33. e792828 (EC)DH memory handling fixes. by Bodo Möller · 14 years ago
  34. 837e1b6 Fix memory leak on bad inputs. by Bodo Möller · 14 years ago
  35. acb4ab3 Synchronize with 1.0.1 CHANGES file. by Bodo Möller · 14 years ago
  36. f55f5f7 Add support for canonical generation of DSA parameter g. by Dr. Stephen Henson · 14 years ago
  37. c608171 Add RC4-MD5 and AESNI-SHA1 "stitched" implementations. by Andy Polyakov · 14 years ago
  38. 1f59a84 Remove hard coded ecdsaWithSHA1 hack in ssl routines and check for RSA by Dr. Stephen Henson · 14 years ago
  39. 20f12e6 Add HMAC DRBG from SP800-90 by Dr. Stephen Henson · 14 years ago
  40. 28dd49f Expand range of ctrls for AES GCM to support retrieval and setting of by Dr. Stephen Henson · 14 years ago
  41. fe8aeff Update CHANGES. by Dr. Stephen Henson · 14 years ago
  42. 01a9a75 Add functions to return FIPS module version. by Dr. Stephen Henson · 14 years ago
  43. e66cb36 Fix the version history: changes going into 1.1.0 that are also going by Bodo Möller · 14 years ago
  44. eda3766 Output supported curves in preference order instead of numerically. by Dr. Stephen Henson · 14 years ago
  45. 992bdde Fix the ECDSA timing attack mentioned in the paper at: by Dr. Stephen Henson · 14 years ago
  46. f37f20f PR: 2295 by Dr. Stephen Henson · 14 years ago
  47. 101e6e1 Add CHANGES entry: add FIPS support to ssl by Dr. Stephen Henson · 14 years ago
  48. 086e32a Implement FIPS_mode and FIPS_mode_set by Dr. Stephen Henson · 14 years ago
  49. 855a54a Provisional support for TLS v1.2 client authentication: client side only. by Dr. Stephen Henson · 14 years ago
  50. c2fd598 Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined in by Dr. Stephen Henson · 14 years ago
  51. a2f9200 Initial TLS v1.2 client support. Include a default supported signature by Dr. Stephen Henson · 14 years ago
  52. 6b7be58 Continuing TLS v1.2 support: add support for server parsing of by Dr. Stephen Henson · 14 years ago
  53. 7409d7a Initial incomplete TLS v1.2 support. New ciphersuites added, new version by Dr. Stephen Henson · 14 years ago
  54. 08557cf Initial "opaque SSL" framework. If an application defines by Dr. Stephen Henson · 14 years ago
  55. e0d1a2f Always return multiple of block length bytes from default DRBG seed callback. by Dr. Stephen Henson · 14 years ago
  56. cac4fb5 Add PRNG security strength checking. by Dr. Stephen Henson · 14 years ago
  57. b5dd178 Fix EVP CCM decrypt. Add decrypt support to algorithm test program. by Dr. Stephen Henson · 14 years ago
  58. 2391681 Initial untested CCM support via EVP. by Dr. Stephen Henson · 14 years ago
  59. 06b7e5a Add algorithm driver for XTS mode. Fix several bugs in EVP XTS implementation. by Dr. Stephen Henson · 14 years ago
  60. ac892b7 Initial incomplete POST overhaul: add support for POST callback to by Dr. Stephen Henson · 14 years ago
  61. 32a2d8d Provisional AES XTS support. by Dr. Stephen Henson · 14 years ago
  62. d7a3ce9 Update CHANGES. by Dr. Stephen Henson · 14 years ago
  63. 05e24c8 Extensive reorganisation of PRNG handling in FIPS module: all calls by Dr. Stephen Henson · 14 years ago
  64. cab0595 Rename deprecated FIPS_rand functions to FIPS_x931. These shouldn't be by Dr. Stephen Henson · 14 years ago
  65. 96ec46f Implement health checks needed by SP800-90. by Dr. Stephen Henson · 14 years ago
  66. d4f3dd5 Fix Tom Wu's email. by Ben Laurie · 14 years ago
  67. 0deea0e Note SRP support. by Ben Laurie · 14 years ago
  68. 8857b38 Add ECDH to validated module. by Dr. Stephen Henson · 14 years ago
  69. 11e80de New initial DH algorithm test driver. by Dr. Stephen Henson · 14 years ago
  70. 591cbfa Initial, provisional, subject to wholesale change, untested, probably by Dr. Stephen Henson · 14 years ago
  71. eead69f Make fipscanisteronly build only required files. by Dr. Stephen Henson · 14 years ago
  72. 5d439d6 Make -DOPENSSL_FIPSSYMS work for assembly language builds. by Dr. Stephen Henson · 14 years ago
  73. 017bc57 Experimental FIPS symbol renaming. by Dr. Stephen Henson · 14 years ago
  74. 25c6542 Add non-FIPS algorithm blocking and selftest checking. by Dr. Stephen Henson · 14 years ago
  75. fe26d06 Add ECDSA functionality to fips module. Initial very incomplete version by Dr. Stephen Henson · 14 years ago
  76. b331016 New option to disable characteristic two fields in EC code. by Dr. Stephen Henson · 14 years ago
  77. 30b5622 New "fispcanisteronly" build option: only build fipscanister.o and by Dr. Stephen Henson · 14 years ago
  78. b3d8022 Add GCM IV generator. Add some FIPS restrictions to GCM. Update fips_gcmtest. by Dr. Stephen Henson · 14 years ago
  79. c415adc Sync with 1.0.1 branch. by Bodo Möller · 14 years ago
  80. bdaa541 Initial *very* experimental EVP support for AES-GCM. Note: probably very by Dr. Stephen Henson · 14 years ago
  81. d45087c Use 0 not -1 (since type is size_t) for finalisation argument to do_cipher: by Dr. Stephen Henson · 14 years ago
  82. 3da0ca7 New flags EVP_CIPH_FLAG_CUSTOM_CIPHER in cipher structures if an underlying by Dr. Stephen Henson · 14 years ago
  83. 9bda745 fix omissions by Bodo Möller · 14 years ago
  84. 88f2a4c CVE-2010-4180 fix (from OpenSSL_1_0_0-stable) by Bodo Möller · 14 years ago
  85. 968062b Fix escaping code for string printing. If *any* escaping is enabled we by Dr. Stephen Henson · 14 years ago
  86. 2b3936e avoid verification loops in trusted store when path building by Dr. Stephen Henson · 14 years ago
  87. 300b1d7 apply J-PKAKE fix to HEAD (original by Ben) by Dr. Stephen Henson · 14 years ago
  88. f830c68 add "missing" functions to copy EVP_PKEY_METHOD and examine info by Dr. Stephen Henson · 14 years ago
  89. 732d31b bring HEAD up to date, add CVE-2010-3864 fix, update NEWS files by Dr. Stephen Henson · 14 years ago
  90. e49af2a move CHANGES entry to correct place by Dr. Stephen Henson · 14 years ago
  91. 5759425 PR: 2314 by Dr. Stephen Henson · 14 years ago
  92. 3923928 Add call to ENGINE_register_all_complete() to ENGINE_load_builtin_engines(), by Dr. Stephen Henson · 15 years ago
  93. 7b3a9b0 Update version numbers by Bodo Möller · 15 years ago
  94. 7c2d4fe For better forward-security support, add functions by Bodo Möller · 15 years ago
  95. 04daec8 New 64-bit optimized implementation EC_GFp_nistp224_method(). by Bodo Möller · 15 years ago
  96. 44959ee PR: 1833 Submitted By: Robin Seggelmann <seggelmann@fh-muenster.de> by Dr. Stephen Henson · 15 years ago
  97. c94f7f6 ECC library bugfixes. by Bodo Möller · 15 years ago
  98. 173350b Harmonize with OpenSSL_1_0_1-stable version of CHANGES. by Bodo Möller · 15 years ago
  99. ee2ffc2 Add Next Protocol Negotiation. by Ben Laurie · 15 years ago
  100. eb1c48b Add new type ossl_ssize_t instead of ssize_t and move definitions to by Dr. Stephen Henson · 15 years ago