1. 4d50a54 Fix wild pointer dereference in make_ocsp_response() by Zhou Qingyang · 2 years ago
  2. f5f288b Fix small typo in X509v3_get_ext_by_NID() man page by EasySec · 2 years ago
  3. 3b74fdc Do a prelimary check for numbers in openssl prime command. by Daniel Fiala · 2 years ago
  4. c9ddc5a Avoid undefined behavior of provided macs on EVP_MAC reinitialization by Tomas Mraz · 2 years ago
  5. e58ba18 evp_test: Try computing MACs twice with reinitialization of EVP_MAC_CTX by Tomas Mraz · 2 years ago
  6. e763b18 doc: Clarify that calling SSL_set_session(ssl, NULL) is a correct use case. by EasySec · 2 years ago
  7. 1ab8b7c fix some typos by cuishuang · 2 years, 1 month ago
  8. e915c3f Fix an assertion in the DTLS server code by Bernd Edlinger · 2 years ago
  9. 5313746 Add error code for unsupported explicit parameters by Tomas Mraz · 2 years, 1 month ago
  10. e8a4145 endecode_test: Handle expected failures for non-fips ec keys by Tomas Mraz · 2 years, 1 month ago
  11. 638c3a2 Import only named params into FIPS module by Tomas Mraz · 2 years, 1 month ago
  12. 02119fa Check the return of EVP_KDF_fetch() by tangyiqun · 2 years ago
  13. 801c638 Added Simple SSL Echo Client/Server to demos. by bobwirka · 2 years, 4 months ago
  14. cb62955 Add an initial QUIC Technical requirements document by Matt Caswell · 2 years, 3 months ago
  15. bcd5645 Add return value check of X509V3_add_value() in X509V3_parse_list() by Zhou Qingyang · 2 years ago
  16. 42f111a s390: Add new machine generation by Juergen Christ · 2 years, 3 months ago
  17. b2b8d18 SSL_conf_cmd: Allow DH Parameters at any position. by Daniel Fiala · 2 years, 1 month ago
  18. 4908787 SM4 optimization for ARM by ASIMD by Daniel Hu · 2 years, 2 months ago
  19. 40fb5a4 Fix -no-tls1_2 in tests by Todd Short · 2 years, 1 month ago
  20. 269c349 Add test for openssl ecparam with fips and base providers by Tomas Mraz · 2 years, 1 month ago
  21. e20af37 ec_export: Other parameters are exportable with domain parameters by Tomas Mraz · 2 years, 1 month ago
  22. 707d4e0 Add test for resetting SM2 dist ID by Tomas Mraz · 2 years, 1 month ago
  23. 2904d0a sm2: Allow setting 0 length SM2 dist ID param by Tomas Mraz · 2 years, 1 month ago
  24. 5f1424c Crypto/evp: Fix null pointer dereference by yuanjungong · 2 years, 1 month ago
  25. 148176c kdf: avoid NULL dereference on malloc failure in sshkdf by Pauli · 2 years, 1 month ago
  26. eb27a90 Document {SSL|SSL_CTX}_set_{purpose|trust}() by Hugo Landau · 2 years, 1 month ago
  27. e12bee7 Document SSL_CTX_get_ssl_method by Hugo Landau · 2 years, 1 month ago
  28. ffc22e0 test_fipsinstall: Fallback to config(FIPSKEY) for the FIPSKEY by Tomas Mraz · 2 years, 1 month ago
  29. bc6bac8 Fix failure to check result of bn_rshift_fixed_top by Hugo Landau · 2 years, 1 month ago
  30. 948cf52 Add SSL_(CTX_)?get0_(verify|chain)_cert_store functions by Hugo Landau · 2 years, 1 month ago
  31. ed7c64f Remove unused libctx functions (runonce, onfree) by Hugo Landau · 2 years, 1 month ago
  32. 7c78932 KTLS: Enable KTLS for receiving as well in TLS 1.3 by Daiki Ueno · 2 years, 7 months ago
  33. a5fb960 KTLS: Handle TLS 1.3 in ssl3_get_record. by Daiki Ueno · 2 years, 7 months ago
  34. 031132c KTLS: Add using_ktls helper variable in ssl3_get_record(). by John Baldwin · 2 years, 2 months ago
  35. 8577312 KTLS: Check for unprocessed receive records in ktls_configure_crypto. by John Baldwin · 2 years, 2 months ago
  36. dedb192 Document the fact that setting a BIO create function means the BIO will no longer be marked as initialised by Arran Cudbard-Bell · 2 years, 1 month ago
  37. 1c52912 Add -static-libgcc to solaris-sparcv7-gcc shared_ldflag by Todd C. Miller · 3 years, 1 month ago
  38. b83c0a9 Fix AIX build when no-shared is passed to Configure. by Todd C. Miller · 2 years, 1 month ago
  39. f593f32 Redefine macro X509_http_nbio to avoid using ocsp.h by Daniel Fiala · 2 years, 1 month ago
  40. b625e21 Add loongarch64 target by Shi Pujin · 2 years, 2 months ago
  41. 31ff363 Fix broken link to coding-style.html by Viktor Söderqvist · 2 years, 1 month ago
  42. 327a720 OSSL_PARAM_get_*_ptr: Drop errors from ptr/string mismatch by Tomas Mraz · 2 years, 1 month ago
  43. d1592f2 Fix Coverity 1503096: out-of-bounds access by Pauli · 2 years, 1 month ago
  44. 766a7d4 Fix Coverity 1498612 & 1503221: integer overflow by Pauli · 2 years, 1 month ago
  45. 07342ba CMS sign digest by Viktor Söderqvist · 3 years ago
  46. e4cdcb8 req, x509: Allow printing modulus of RSA-PSS keys by Tomas Mraz · 2 years, 1 month ago
  47. 927d056 Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA by Hugo Landau · 2 years, 1 month ago
  48. 9c140a3 disable 5x interleave on buffers shorter than 512 bytes: 3% speedup on Graviton2 by Sebastian Pop · 2 years, 1 month ago
  49. 67f48eb doc: fix example in ssh KDF man page. by Pauli · 2 years, 1 month ago
  50. 2bd5cde Remove further uses of __ARMEL__ in AArch64 assembly by Ben Avison · 2 years, 1 month ago
  51. db44b55 Test processing of a duplicated HRR by Tomas Mraz · 2 years, 1 month ago
  52. d204a50 tls_process_server_hello: Disallow repeated HRR by Tomas Mraz · 2 years, 1 month ago
  53. 514bd51 sparse array: reduces the block size by Pauli · 2 years, 1 month ago
  54. 87639c6 document the safe_div_round_up_TYPE functions by Pauli · 2 years, 1 month ago
  55. 330ff7e Use safe math to computer sizes. by Pauli · 2 years, 1 month ago
  56. 4157a32 Add a divide rounding up safe math function. by Pauli · 2 years, 1 month ago
  57. 5d37469 Fix typo in manpage SSL_CONF_cmd(3) by Hugo Landau · 2 years, 1 month ago
  58. 77d7b6e Remove statistics tracking from LHASH by Hugo Landau · 2 years, 1 month ago
  59. 2aa645b Size of random output is now a long, also added option to select chunk size by Kevin K Biju · 2 years, 1 month ago
  60. 0bcae98 Fix Coverity 1503218: negative loop bound by Pauli · 2 years, 1 month ago
  61. 0089cc7 ticket_lifetime_hint may exceed 1 week in TLSv1.3 by Todd Short · 2 years, 1 month ago
  62. 37816ef s390x: Hide internal cpuid symbol and function by Juergen Christ · 2 years, 1 month ago
  63. bd28a23 Fix formatting of NOTES-WINDOWS.md and doc-nits failure by Tomas Mraz · 2 years, 1 month ago
  64. 81487b6 Fix Coverity 1498612: integer overflow by Pauli · 2 years, 1 month ago
  65. 288e968 Add build note for win-arm64 by Gabor Kertesz · 2 years, 1 month ago
  66. cfd24cd Add support for mac-less password-base PKCS12 files to PKCS12_parse API. by Daniel Fiala · 2 years, 1 month ago
  67. fecae60 Disable the test_afalg on cross compile targets by Tomas Mraz · 2 years, 1 month ago
  68. 2475544 Decoder resolution performance optimizations by Hugo Landau · 2 years, 1 month ago
  69. fb2cd91 util/markdownlint.rb: Allow fenced code blocks by Richard Levitte · 2 years, 1 month ago
  70. a0238b7 Fix Coverity 1201763 uninitialised pointer read by Pauli · 2 years, 1 month ago
  71. 6889ebf Fix Coverity 1498613: resource leak by Pauli · 2 years, 1 month ago
  72. 09134f1 Fix Coverity 1498611 & 1498608: uninitialised read by Pauli · 2 years, 1 month ago
  73. 3e35d3a Fix Coverity 1498610 & 1498609: uninitised value by Pauli · 2 years, 1 month ago
  74. 9e1a54f Configure: don't try to be clever when configuring afalgeng by Ross Burton · 2 years, 3 months ago
  75. 388d6f4 Make `openssl check -rsa ...` to work for both RSA and RSA-PSS. by Daniel Fiala · 2 years, 1 month ago
  76. 3b5b919 Fix incorrect comments in aes-gcm-armv8-unroll8_64.pl by XiaokangQian · 2 years, 1 month ago
  77. 1483b37 Add EVP RSA key encode/decode demo by Hugo Landau · 2 years, 2 months ago
  78. 70cd9a5 Fix coverity 1498607: uninitialised value by Pauli · 2 years, 1 month ago
  79. 92cae9b OSSL_CMP_CTX_new.pod: make references to private key consistent with OSSL_CMP_MSG_get0_header.pod by Dr. David von Oheimb · 2 years, 1 month ago
  80. 52a42f5 OSSL_CMP_MSG_get0_header.pod: re-phrase two lenthy otherwise clauses as lists by Dr. David von Oheimb · 2 years, 1 month ago
  81. 1aa1bba SSL_CTX_set_verify.pod: move a note further down where it fits better by Dr. David von Oheimb · 2 years, 1 month ago
  82. 9362638 print SSL session, fix build warnings on OpenBSD. by David Carlier · 2 years, 1 month ago
  83. bd5c91c eng_dyn: Avoid spurious errors when checking for 1.1.x engine by Tomas Mraz · 2 years, 1 month ago
  84. a07a70c Fix documentation for provider-signature by Hugo Landau · 2 years, 1 month ago
  85. a12a71f Fix declaration inconsistency (Camellia) by Hugo Landau · 2 years, 1 month ago
  86. 7f03995 List missing operations in provider(7) by Hugo Landau · 2 years, 1 month ago
  87. 930a7bd Fix typos in CCM test vector titles by Tobias Nießen · 2 years, 1 month ago
  88. edba197 check return value of functions that call BIO_new() by tangyiqun · 2 years, 2 months ago
  89. a40398a Update CHANGES/NEWS for new release by Matt Caswell · 2 years, 1 month ago
  90. 3469282 Add a negative testcase for BN_mod_sqrt by Tomas Mraz · 2 years, 2 months ago
  91. 03eccd2 Add documentation of BN_mod_sqrt() by Tomas Mraz · 2 years, 2 months ago
  92. 9eafb53 Fix possible infinite loop in BN_mod_sqrt() by Tomas Mraz · 2 years, 2 months ago
  93. 1832bb0 Fix signed integer overflow in evp_enc by Hugo Landau · 2 years, 1 month ago
  94. ef9909f Fixed typo in inner_evp_generic_fetch() error handling by Oliver Roberts · 2 years, 1 month ago
  95. b9a2f24 Fix IV length caching in EVP encryption code by Hugo Landau · 2 years, 2 months ago
  96. 224ea84 aes-gcm-avx512.pl: Fixed mingw64 build by Andrey Matyukov · 2 years, 2 months ago
  97. 8648539 Add EVP demo for SIPHASH by Hugo Landau · 2 years, 2 months ago
  98. e04c2c0 Fix bug in scrypt KDF provider dup method by Hugo Landau · 2 years, 1 month ago
  99. 4413fe3 evp_test: Add testcases for DH KEX with X9.42 KDF by Tomas Mraz · 2 years, 2 months ago
  100. 76396eb Fix documentation of parameters for DH and ECDH KEX by Tomas Mraz · 2 years, 2 months ago