1. fecb3aa Update copyright year by Matt Caswell · 2 years, 9 months ago
  2. e8a4145 endecode_test: Handle expected failures for non-fips ec keys by Tomas Mraz · 2 years, 10 months ago
  3. 7ee992a Statically link the legacy provider to endecode_test by Matt Caswell · 3 years, 1 month ago
  4. 602bfb8 Adjust test/endecoder_test.c by Richard Levitte · 3 years, 5 months ago
  5. 6a2b8ff Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8 by Richard Levitte · 3 years, 8 months ago
  6. 169eca6 Enhance the encoder/decoder tests to allow testing with a non-default library context and configurable providers by Jon Spillett · 3 years, 10 months ago
  7. 91f2b15 TEST: Prefer using precomputed RSA and DH keys for more efficient tests by Dr. David von Oheimb · 4 years, 1 month ago
  8. f925315 Add convenience functions and macros for asymmetric key generation by Dr. David von Oheimb · 3 years, 10 months ago
  9. ddf0d14 Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_name by Tomas Mraz · 3 years, 9 months ago
  10. 3f883c7 Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free(). by Shane Lontis · 3 years, 10 months ago
  11. 4f0831b EVP_PKCS82PKEY: Create provided keys if possible by Tomas Mraz · 3 years, 10 months ago
  12. 6511f68 endecode_test: Add file and line arguments to test callbacks by Jon Spillett · 3 years, 10 months ago
  13. ff1c10d TEST: Modify test/endecode_test.c to give the decoder callback the structure by Richard Levitte · 3 years, 10 months ago
  14. a28d06f Update copyright year by Matt Caswell · 4 years ago
  15. fe75766 Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEY by Tomas Mraz · 4 years ago
  16. 5faec14 TEST: Fix test/endecode_test.c for 'no-legacy' by Richard Levitte · 4 years, 1 month ago
  17. a2e145f Add necessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_EC by Richard Levitte · 4 years, 2 months ago
  18. 2e1bc08 Remove unnecessary guards around MSBLOB and PVK readers and writers by Richard Levitte · 4 years, 1 month ago
  19. 821d6f8 endecode_test.c: Fix build errors on OPENSSL_NO_{DH,DSA,EC,EC2M} by Dr. David von Oheimb · 4 years, 2 months ago
  20. b03da68 Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY() by Richard Levitte · 4 years, 2 months ago
  21. 1234aa7 endecode_test.c: Add warning that 512-bit DH key size is for testing only by Dr. David von Oheimb · 4 years, 2 months ago
  22. 20f8bc7 test cleanup: move helper .c and .h files to test/helpers/ by Dr. David von Oheimb · 4 years, 2 months ago
  23. 5658470 endecode_test.c: Significant speedup in generating DH and DHX keys by Dr. David von Oheimb · 4 years, 2 months ago
  24. 973a52c test/endecode_test.c: Update to specify output structures by Richard Levitte · 4 years, 3 months ago
  25. a5cc661 TEST: Adapt test/endecoder_test.c by Richard Levitte · 4 years, 3 months ago
  26. 0934cf4 Unexport internal MSBLOB and PVK functions by Richard Levitte · 4 years, 3 months ago
  27. b565a17 Add a test for encoding and decoding of parameters files by Matt Caswell · 4 years, 4 months ago
  28. 70c06aa DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY() by Richard Levitte · 4 years, 4 months ago
  29. ae12eac TEST: Adapt applicable tests to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY() by Richard Levitte · 4 years, 4 months ago
  30. 1251cdd TEST: modify test/endecode_test.c to not use legacy keys by Richard Levitte · 4 years, 5 months ago
  31. bddfea0 TEST: Adapt some tests for a stricter PEM_write_bio_PrivateKey_traditional() by Richard Levitte · 4 years, 5 months ago
  32. c0f39de Add Explicit EC parameter support to providers. by Shane Lontis · 4 years, 5 months ago
  33. ece9304 Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODE by Richard Levitte · 4 years, 5 months ago[Renamed (78%) from test/serdes_test.c]
  34. 31d2dae Add DHX serialization by Shane Lontis · 4 years, 6 months ago
  35. a7922e2 TEST: Adjust the serdes test to include MSBLOB and PVK by Richard Levitte · 4 years, 6 months ago
  36. 319d0b2 TEST: Add testutil tests to compare unterminated strings of different lengths by Richard Levitte · 4 years, 6 months ago
  37. 7c664b1 DESERIALIZER: Add deserializers for the rest of our asymmetric key types by Richard Levitte · 4 years, 6 months ago
  38. 3ff8159 DESERIALIZER: Make it possible to deserialize public keys too by Richard Levitte · 4 years, 6 months ago
  39. 4701f0a DESERIALIZER: Rethink password handling by Richard Levitte · 4 years, 6 months ago
  40. 846f96f TEST: Add RSA-PSS cases in test/serdes_test.c by Richard Levitte · 4 years, 6 months ago
  41. e2ac846 TEST: Update the serialization/deserialization test with legacy PEM encryption by Richard Levitte · 4 years, 6 months ago
  42. 3ecbea6 TEST: Update the serialization/deserialization test with encryption by Richard Levitte · 4 years, 7 months ago
  43. 5a23d78 TEST: Add new serializer and deserializer test by Richard Levitte · 4 years, 7 months ago