1. e257d3e Remove duplicated #include headers by JHH20 · 2 years, 10 months ago
  2. fecb3aa Update copyright year by Matt Caswell · 2 years, 11 months ago
  3. fba140c str[n]casecmp => OPENSSL_strncasecmp by Dmitry Belyavskiy · 2 years, 11 months ago
  4. 02119fa Check the return of EVP_KDF_fetch() by tangyiqun · 3 years ago
  5. 2c0f7d4 Replace size check with more meaningful pubkey check by Tomas Mraz · 3 years, 1 month ago
  6. d5f9166 Move e_os.h to include/internal by Richard Levitte · 3 years, 1 month ago
  7. 944f822 Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY. by slontis · 3 years, 1 month ago
  8. 2349d7b Fix the return check of OBJ_obj2txt by PW Hu · 3 years, 4 months ago
  9. cf1a231 dh_ameth: Fix dh_cmp_parameters to really compare the params by Tomas Mraz · 3 years, 6 months ago
  10. 5dc6489 Update our EVP_PKEY_METHODs to get low level keys via public APIs by Matt Caswell · 3 years, 8 months ago
  11. d101700 CRYPTO: Remove the check for built-in methods in the export_to function by Richard Levitte · 3 years, 8 months ago
  12. 3f773c9 fips module header inclusion fine-tunning by Tomas Mraz · 3 years, 8 months ago
  13. 9932585 Fix DH private key check. by Shane Lontis · 3 years, 9 months ago
  14. 1c49be8 Fix DH/DHX named groups to not overwrite the private key length. by Shane Lontis · 3 years, 9 months ago
  15. ed576ac Rename all getters to use get/get0 in name by Tomas Mraz · 3 years, 10 months ago
  16. 5cbd2ea add zero strenght arguments to BN and RAND RNG calls by Pauli · 3 years, 10 months ago
  17. 9d0dd1d Use "" for include crypto/xxx by Rich Salz · 3 years, 10 months ago
  18. 449bdf3 Use "" for include internal/xxx by Rich Salz · 3 years, 10 months ago
  19. b93f6c2 err: rename err_load_xxx_strings_int functions by Pauli · 3 years, 10 months ago
  20. bed7437 Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importer by Richard Levitte · 3 years, 10 months ago
  21. f1ffaae Fixes related to separation of DH and DHX types by Shane Lontis · 3 years, 11 months ago
  22. b247113 Detect low-level engine and app method based keys by Tomas Mraz · 3 years, 11 months ago
  23. ad57a13 Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt() by Richard Levitte · 4 years ago
  24. 7e43bae Do not allow creating empty RSA keys by duplication by Tomas Mraz · 4 years ago
  25. b4f447c Add selection support to the provider keymgmt_dup function by Tomas Mraz · 4 years ago
  26. 4a9fe33 Implement provider-side keymgmt_dup function by Tomas Mraz · 4 years ago
  27. 3f883c7 Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free(). by Shane Lontis · 4 years ago
  28. fd0a9ff dh: fix coverity 1473238: argument cannot be negative by Pauli · 4 years ago
  29. e454a39 Add a range check (from SP800-56Ar3) to DH key derivation. by Shane Lontis · 4 years ago
  30. 2145ba5 Implement EVP_PKEY_dup() function by Tomas Mraz · 4 years ago
  31. 9d8c53e dh: fix coverty 1474423: resource leak by Pauli · 4 years ago
  32. cf33379 PROV: Add type specific PKCS#8 decoding to the DER->key decoders by Richard Levitte · 4 years ago
  33. adf7e6d Add ossl_asn1 symbols by Shane Lontis · 4 years ago
  34. 9500c82 Fix misc external ossl_ symbols. by Shane Lontis · 4 years ago
  35. 19ad1e9 Remove a TODO(3.0) from EVP_PKEY_derive_set_peer() by Matt Caswell · 4 years ago
  36. 8020d79 Update copyright year by Matt Caswell · 4 years ago
  37. 7bc0fdd Make the EVP_PKEY_get0* functions have a const return type by Matt Caswell · 4 years ago
  38. 36fae6e crypto: add additional argument to KDF derive calls by Pauli · 4 years ago
  39. 19dbb74 Fix external symbols related to dh keys by Shane Lontis · 4 years, 1 month ago
  40. 94553e8 Fix external symbols for bn by Shane Lontis · 4 years, 1 month ago
  41. af9f2ee Fix typo in comment in DH_set0_pqg function by Daniel Bevenius · 4 years, 1 month ago
  42. 4718326 Add EVP_PKEY_public_check_quick. by Shane Lontis · 4 years, 1 month ago
  43. eabb301 Fix DH ASN1 decode so that it detects named groups. by Shane Lontis · 4 years, 1 month ago
  44. 5d8ffeb DH: Make DH_bits(), DH_size(), and DH_security_bits() check that there are key parameters by Sahana Prasad · 4 years, 1 month ago
  45. ba37b82 dsa_check: Perform simple parameter check if seed is not available by Tomas Mraz · 4 years, 1 month ago
  46. 4333b89 Update copyright year by Richard Levitte · 4 years, 2 months ago
  47. 2c04b34 Allow EVP_PKEY private key objects to be created without a public component by Jon Spillett · 4 years, 2 months ago
  48. 22aa4a3 [crypto/dh] side channel hardening for computing DH shared keys by Billy Brumley · 4 years, 2 months ago
  49. 6963979 DECODER: Adjust the library context of keys in our decoders by Richard Levitte · 4 years, 3 months ago
  50. c829c23 EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more available by Richard Levitte · 4 years, 3 months ago
  51. 89cccbe Add EVP_KDF-X942 to the fips module by Shane Lontis · 4 years, 3 months ago
  52. 25e49af Deprecate more DH functions by Matt Caswell · 4 years, 4 months ago
  53. 752419d Deprecate DH_new as well as i2d_DHparams and d2i_DHparams by Matt Caswell · 4 years, 4 months ago
  54. 14a6c6a ERR: Rebuild all generated error headers and source files by Richard Levitte · 4 years, 4 months ago
  55. 9311d0c Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call by Richard Levitte · 4 years, 4 months ago
  56. eb2f1b8 DH: Move the code to set the DH sub-type by Richard Levitte · 4 years, 4 months ago
  57. 28e1d58 DH: stop setting the private key length arbitrarily by Richard Levitte · 4 years, 5 months ago
  58. d1fb6b4 Constify OSSL_FUNC_keymgmt_validate() by Nicola Tuveri · 4 years, 5 months ago
  59. ee55a20 DH: have DH_set_length() increment the dirty count. by Richard Levitte · 4 years, 5 months ago
  60. 0ba71d6 DH: make the private key length importable / exportable by Richard Levitte · 4 years, 5 months ago
  61. a829b73 Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx' by Dr. Matthias St. Pierre · 4 years, 5 months ago
  62. b425001 Rename OPENSSL_CTX prefix to OSSL_LIB_CTX by Dr. Matthias St. Pierre · 4 years, 5 months ago
  63. 7022d9b Remove CMS recipient info information out of the algorithm implementations by Matt Caswell · 4 years, 5 months ago
  64. 0b3a4ef Move CMS enveloping code out of the algorithms and into CMS by Matt Caswell · 4 years, 5 months ago
  65. 5357c10 ffc: add _ossl to exported but internal functions by Pauli · 4 years, 5 months ago
  66. d8652be Run the withlibctx.pl script by Matt Caswell · 4 years, 5 months ago
  67. 29844ea Prune low-level ASN.1 parse errors from error queue in decoder_process() by Dr. David von Oheimb · 4 years, 6 months ago
  68. 9951eaf Fix coverity issue: CID 1466483 - Improper use of Negative value in dh_ctrl.c by Shane Lontis · 4 years, 6 months ago
  69. d135774 Fix coverity CID #1465967 & #1465968 - fix NULL dereference in dh_ameth.c by Shane Lontis · 4 years, 6 months ago
  70. 7fe32ef Fix no-cms build errors. by Shane Lontis · 4 years, 7 months ago
  71. 31d2dae Add DHX serialization by Shane Lontis · 4 years, 7 months ago
  72. 116d251 Add dh_kdf support to provider by Shane Lontis · 4 years, 7 months ago
  73. 660c534 Revert "kdf: make function naming consistent." by Matt Caswell · 4 years, 8 months ago
  74. 63794b0 Add multiple fixes for ffc key generation using invalid p,q,g parameters. by Shane Lontis · 4 years, 8 months ago
  75. 023b188 Make EVP_PKEY_CTX_[get|set]_group_name work for DH too by Matt Caswell · 4 years, 9 months ago
  76. 4f2271d Add ACVP fips module tests by Shane Lontis · 4 years, 9 months ago
  77. 765d04c kdf: make function naming consistent. by Pauli · 4 years, 9 months ago
  78. 8da42c8 Generate error queue entry on FFC_CHECK_BAD_LN_PAIR for DH and DSA by Dr. David von Oheimb · 4 years, 9 months ago
  79. 6a9bd92 Make EVP_PKEY_[get1|set1]_tls_encodedpoint work with provided keys by Matt Caswell · 4 years, 9 months ago
  80. 7674e92 Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param() by Dr. David von Oheimb · 4 years, 10 months ago
  81. b808665 Update core_names.h fields and document most fields. by Shane Lontis · 4 years, 10 months ago
  82. f844f9e Rename FIPS_MODE to FIPS_MODULE by Richard Levitte · 4 years, 11 months ago
  83. 33388b4 Update copyright year by Matt Caswell · 5 years ago
  84. 738ee18 Fix DH_get_nid() so that it does not cache values. by Shane Lontis · 5 years ago
  85. 629c72d When calling the import_to function pass the libctx too by Matt Caswell · 5 years ago
  86. 705536e Use build.info, not ifdef for crypto modules by Rich Salz · 5 years ago
  87. 7165593 Add DH keygen to providers by Shane Lontis · 5 years ago
  88. b03ec3b Add DSA keygen to provider by Shane Lontis · 5 years ago
  89. 76e23fc Enable export_to functions to have access to the libctx by Matt Caswell · 5 years ago
  90. 6d4e600 Param build: make structures opaque. by Pauli · 5 years ago
  91. 110bff6 Param builder: make the OSSL_PARAM_BLD APIs public. by Pauli · 5 years ago
  92. 0abae16 EVP: Implement support for key downgrading in backends by Richard Levitte · 5 years ago
  93. 0996cff DH, DSA, EC_KEY: Fix exporters to allow domain parameter keys by Richard Levitte · 5 years ago
  94. 8cc86b8 Constify various mostly X509-related parameter types in crypto/ and apps/ by Dr. David von Oheimb · 5 years ago
  95. c339d3e DH: remove DH parameter files that aren't used or installed. by Pauli · 5 years ago
  96. c518117 DH: add internal dh_get_method() by Richard Levitte · 5 years ago
  97. df13def EVP: Check that key methods aren't foreign when exporting by Richard Levitte · 5 years ago
  98. 55f02cb Change DH_get_nid() to set the value of q if it is not already set by Shane Lontis · 5 years ago
  99. a54ff47 Add DH key validation to default provider by Shane Lontis · 5 years ago
  100. 47c239c Add pairwise consistency self tests to asym keygenerators by Shane Lontis · 5 years ago