1. 20175f8 pep8 fix by Paul Kehrer · 9 years ago
  2. a03c325 move a test by Paul Kehrer · 9 years ago
  3. 69b64e4 support issuer alternative name encoding by Paul Kehrer · 9 years ago
  4. aedeedb fix unsupported test by Paul Kehrer · 9 years ago
  5. 1ae7653 rename sign_x509_certificate backend method to create_x509_certificate by Paul Kehrer · 9 years ago
  6. 7d792fc fix a few tests that were missed by Paul Kehrer · 9 years ago
  7. b8f11bc missed one by Paul Kehrer · 9 years ago
  8. a0f00f4 Merge remote-tracking branch 'upstream/master' into cert-builder by Ian Cordasco · 9 years ago
  9. 17c8900 Add note to serial_number parameter about entropy by Ian Cordasco · 9 years ago
  10. 301952b this is gonna be unicode now by Paul Kehrer · 9 years ago
  11. ed07bbc move urandom engine test by Paul Kehrer · 9 years ago
  12. 893246f Remove CertificateBuilder.version by Ian Cordasco · 9 years ago
  13. b77c716 Add tests to test_openssl backend for extra coverage by Ian Cordasco · 9 years ago
  14. d70c98d pointer shenanigans by Glyph · 9 years ago
  15. b51d246 remove remaining vestiges, make adding twice work by Glyph · 9 years ago
  16. eaed951 compare contents and not pointers by Glyph · 9 years ago
  17. 8cdcdfc Use SECP256R1 instead of SECT283K1 in CSR tests by Ian Cordasco · 9 years ago
  18. 22e69b5 Skip tests when the EC curve is unsupported by Ian Cordasco · 9 years ago
  19. 8ed8edc Add tests to the CSR Builder for EC and DSA keys by Ian Cordasco · 9 years ago
  20. 68b3b1e convert to cffi 1.0 precompile system by Paul Kehrer · 9 years ago
  21. 51924aa allow zero value bn using _bn_to_int in the openssl backend by Paul Kehrer · 9 years ago
  22. 038e61a pep8! *shakes fist at the sky* by Paul Kehrer · 10 years ago
  23. 919a5b2 DER serialization of DSA private keys by Paul Kehrer · 10 years ago
  24. 22d25d5 support RSA DER private key serialization by Paul Kehrer · 10 years ago
  25. 1955ebf support DER serialization of public keys by Paul Kehrer · 10 years ago
  26. 3f157e0 support RSA public key serialization by Paul Kehrer · 10 years ago
  27. db9d97f s/Format/PrivateFormat by Paul Kehrer · 10 years ago
  28. 223a8f0 change as_bytes to private_bytes, link more things by Paul Kehrer · 10 years ago
  29. 8aad028 rename dump to as_bytes by Paul Kehrer · 10 years ago
  30. 199dc27 address review comments by Paul Kehrer · 10 years ago
  31. f83e25c Support for traditional OpenSSL and PKCS8 RSA private key serialization by Paul Kehrer · 10 years ago
  32. e8179e7 Pass the sys.path into the subprocess by Donald Stufft · 10 years ago
  33. 3801532 Allow the OpenSSL version string to begin with LibreSSL by Steven McDonald · 10 years ago
  34. 64ddb7a move asymmetric padding interface to primitives.asymmetric.padding by Paul Kehrer · 10 years ago
  35. 7c5c9fe export interfaces from base in ciphers, update docs by Paul Kehrer · 10 years ago
  36. 513b7cb move cipher and mode interfaces by Paul Kehrer · 10 years ago
  37. 601278a move hash interfaces by Paul Kehrer · 10 years ago
  38. d76aa47 Move around bits of the EC test suite to work around awful PyPy bug by Alex Stapleton · 10 years ago
  39. 60657bb remove fully deprecated items from 0.6 deprecation cycle by Paul Kehrer · 10 years ago
  40. 5951f46 Update the license header for every source file, as well as the documentation. by Alex Gaynor · 10 years ago
  41. 1dbfafb Make sure algorithm classes fully implement their interface by Alex Gaynor · 10 years ago
  42. 22eb4c9 Added attributes that are part of hte interface to several test fakes by Alex Gaynor · 10 years ago
  43. 7aab8b4 Change how we represented that a test requires a backend. by Alex Gaynor · 10 years ago
  44. 3b22845 Replace key generation with fixture usage in some tests by Alex Gaynor · 10 years ago
  45. 3654d2f remove deprecated DSA classes/methods and update tests by Paul Kehrer · 10 years ago
  46. b64bf82 Remove deprecated RSA methods from backends, update tests by Paul Kehrer · 10 years ago
  47. 2d2ee52 Move _ec_key_curve_sn to openssl/ec.py by Alex Stapleton · 10 years ago
  48. e04f6fc remove duplicate _skip_curve_unsupported by Paul Kehrer · 10 years ago
  49. 25228af skip deprecated tests on platforms that don't support ec (old rhel) by Paul Kehrer · 10 years ago
  50. 77e95a0 deprecate backend method names for elliptic curve number loading by Paul Kehrer · 10 years ago
  51. c5e4342 learn to pep8 by Paul Kehrer · 10 years ago
  52. 84fc4e0 Process curve name when loading EC keys. Fixes #1336 by Paul Kehrer · 10 years ago
  53. 801e8c1 Added all changes lost in merge reset by michael-hart · 10 years ago
  54. 953fedb Raise ValueError if the password doesn't fit by Alex Stapleton · 10 years ago
  55. 1262be2 deprecate DSA backend methods by Paul Kehrer · 10 years ago
  56. d94aacf Merge pull request #1152 from public/fedora20-ec-fix by Paul Kehrer · 10 years ago
  57. 6e85b17 deprecate mgf1_hash_supported. fixes #1133 by Paul Kehrer · 10 years ago
  58. f785602 Fix EC issue on Fedora 20 by Alex Stapleton · 10 years ago
  59. f2fb02a deprecate old RSA classes and methods by Paul Kehrer · 10 years ago
  60. fea104b Portable usage of subprocess w/ python3 and python2.6 fixes. by David Reid · 10 years ago
  61. 1d20fc0 Remove outdated comment. by David Reid · 10 years ago
  62. 3ad768f Fix flake8. by David Reid · 10 years ago
  63. 07de62c Attempt to better isolate this test by getting the backend name from a subprocess. by David Reid · 10 years ago
  64. e47bafb ECDSA backend by Alex Stapleton · 10 years ago
  65. 2f7f5e9 add RSA private key generation restrictions to primitive layer by Paul Kehrer · 10 years ago
  66. 342d2e4 add generate_rsa_parameters_supported to RSABackend by Paul Kehrer · 10 years ago
  67. bf30859 Merge pull request #1077 from reaperhulk/rsa-padding-supported by Alex Stapleton · 10 years ago
  68. c333dbc add rsa_padding_supported interface to RSABackend and OpenSSL backend by Paul Kehrer · 10 years ago
  69. 5ac7dde move some tests around to be more logical by Paul Kehrer · 10 years ago
  70. ebf1235 Merge pull request #959 from public/openssl-loading-backend by Paul Kehrer · 10 years ago
  71. 3211d16 add test to verify AES CTR is always available in 0.9.8+, comment updates by Paul Kehrer · 10 years ago
  72. 0891547 Whoopsie daysie. by Alex Gaynor · 10 years ago
  73. 192ac59 Here too by Alex Gaynor · 10 years ago
  74. 0d070cf OpenSSL key loading implementation by Alex Stapleton · 10 years ago
  75. 857c0e9 update some decryption tests by Paul Kehrer · 10 years ago
  76. 5186d69 OAEP support for RSA decryption by Paul Kehrer · 10 years ago
  77. f09a3d6 Added missing tests for 100% coverage by Ayrx · 10 years ago
  78. 7bdcdc1 remove OAEP decryption to simplify review by Paul Kehrer · 10 years ago
  79. 4c0a374 docs, tests, general huge improvements to RSA decryption by Paul Kehrer · 10 years ago
  80. 5823e85 Inplace mode for _int_to_bn by Alex Stapleton · 10 years ago
  81. 4e6813d move some rsa tests to a new class by Paul Kehrer · 10 years ago
  82. 6b090e8 pep8, irony by Alex Gaynor · 10 years ago
  83. 07c4dcc Some cleanups to imports by Alex Gaynor · 10 years ago
  84. 97c27c6 Add DSABackend by Mohammed Attia · 10 years ago
  85. 9ac7c1d Add tests for DSA parameters and key generation by Mohammed Attia · 10 years ago
  86. 4c1401a Update tests and raise sites by Alex Stapleton · 10 years ago
  87. 7a489db Fixed #809 -- switch back to always using UnsupportedAlgorithm by Alex Gaynor · 11 years ago
  88. cdd0d2f Merge branch 'master' into rsa-pss-signing by Paul Kehrer · 11 years ago
  89. 4d8358f add mgf1_hash_supported unsupported hash check by Paul Kehrer · 11 years ago
  90. 06aa796 RSA PSS signature support by Paul Kehrer · 11 years ago
  91. afc1ccd import order fixes for future automated checking by Paul Kehrer · 11 years ago
  92. 24b063d cover a missing line for older openssl by Paul Kehrer · 11 years ago
  93. c37feed Added future imports and licenses that are missing by Alex Gaynor · 11 years ago
  94. c6a6f31 Convert stuff by Alex Gaynor · 11 years ago
  95. 94ee8b5 raise InternalError by Alex Stapleton · 11 years ago
  96. 1c979c6 pep8 by Alex Stapleton · 11 years ago
  97. 235d3ce Get rid of handle_errors by Alex Stapleton · 11 years ago
  98. d258222 remove deactivate and replace with activate_builtin_random by Paul Kehrer · 11 years ago
  99. c91f239 Merge branch 'master' into urandom-engine by Paul Kehrer · 11 years ago
  100. 09d08ae Made OpenSSL's derive_pbkdf2_hmac raise the right exception by Alex Gaynor · 11 years ago