Commit Graph

  • ca675cf79a Merge branch 'master' of https://github.com/openssl/openssl master David Lanzendörfer 2021-08-27 16:52:25 +0100
  • 7fd6609590 z/OS: Make it more usable David Lanzendörfer 2021-08-27 16:51:44 +0100
  • 5327da81f0 cms: fix memleaks in cms_env.c zhaozg 2021-08-24 22:43:18 +0800
  • 597d24e2ab Fix libdir path on darwin Xiaofei Bai 2021-08-18 07:57:26 +0000
  • c023d98dcf Darwin platform allows to build on releases before Yosemite/ios 8. David Carlier 2021-08-25 08:54:38 +0100
  • 6f242d224c doc: Add note about operation parameters validation Tomas Mraz 2021-08-25 17:06:47 +0200
  • 194fcc9ae0 Add a test for running the config twice Matt Caswell 2021-08-25 14:39:29 +0100
  • f38af12585 Add locking for the provider_conf.c Matt Caswell 2021-08-24 17:41:39 +0100
  • 6f25d3c479 When activating providers via config check we've not already activated them Matt Caswell 2021-08-17 10:32:49 +0100
  • 4fdb0d2535 APPS/req: Fix AKID generation in case -CA option is used Dr. David von Oheimb 2021-08-25 12:21:06 +0200
  • f2b6edcfdd APPS/req: Fix misconceptions on -CA, -CAkey, and -key options. -CA now implies -x509 Dr. David von Oheimb 2021-08-25 12:11:38 +0200
  • b4fec69b2a APPS/x509: fix -extfile option, which was ignored with -x509toreq Dr. David von Oheimb 2021-08-25 08:35:40 +0200
  • 78539b250b EVP_DigestSign/VerifyFinal: Duplicate the pctx to allow multiple calls Tomas Mraz 2021-08-25 13:50:40 +0200
  • 62bae84d45 ts: fix memleaks caused by TS_VERIFY_CTX_set_imprint zhaozg 2021-08-18 15:40:22 +0800
  • a291cfdfde doc: document the rsa_oaep_md: pkeyopt Pauli 2021-08-25 10:06:11 +1000
  • 9698a56e82 aes-wrap: improve error handling Pauli 2021-08-24 09:40:52 +1000
  • 31656f2785 Add invalid input length error Pauli 2021-08-24 09:40:28 +1000
  • 69b920bb13 CMS app: Fix new -wrap option Dr. David von Oheimb 2021-08-24 12:15:41 +0200
  • e5f8935c5b changes: add note about 3DES key wrap matching the standard Pauli 2021-08-24 19:07:18 +1000
  • 3d491c054e test: add unit tests for TDES key wrap Pauli 2021-08-18 11:58:11 +1000
  • 06447b58b2 Avoid using undefined value in generate_stateless_cookie_callback Bernd Edlinger 2021-08-23 11:11:29 +0200
  • 0760d132da Avoid invoking memcpy if size is zero or the supplied buffer is NULL Paul Dreik 2019-11-29 19:23:35 +0100
  • 562d4cd3c3 Fix the array size of dtlsseq in tls1_enc Bernd Edlinger 2021-08-23 14:03:20 +0200
  • 1501de3380 Add multilib to the NonStop configuration definitions. Richard Levitte 2021-08-24 13:45:27 +0200
  • 33a62d448c VMS: Correct faulty source directory specification Richard Levitte 2021-08-23 14:12:28 +0200
  • 8b4e9c5265 apps/ciphers: Fix wrong return value when using -convert parameter Tianjia Zhang 2021-08-23 17:40:22 +0800
  • 32f7be2ab7 APPS: Fix result type of dump_cert_text() and behavior of print_name() on out==NULL Dr. David von Oheimb 2021-08-17 19:57:08 +0200
  • fdd436436d news/changes: fix formatting nits Pauli 2021-08-25 10:44:01 +1000
  • e1c2913833 cpp: fix included files to avoid failure in no-deprecated builds Pauli 2021-08-25 10:32:12 +1000
  • 2576b70d43 sm2: fix error raise to not fail make update Pauli 2021-08-25 10:12:17 +1000
  • 0917ed8b4d Merge branch 'master' of https://github.com/openssl/openssl David Lanzendörfer 2021-08-24 17:47:24 +0100
  • 94736c3a10 rsa: Try legacy encoding functions for pubkey Tomas Mraz 2021-08-11 13:09:09 +0200
  • 796f4f7085 Updates CHANGES.md and NEWS.md for new 1.1.1 release Matt Caswell 2021-08-24 13:37:49 +0100
  • ad1ca777f9 Check the plaintext buffer is large enough when decrypting SM2 Matt Caswell 2021-08-13 16:58:21 +0100
  • d07036b98d Extend tests for SM2 decryption Matt Caswell 2021-08-13 14:49:47 +0100
  • 36cf45ef3b Correctly calculate the length of SM2 plaintext given the ciphertext Matt Caswell 2021-08-13 14:14:51 +0100
  • 4b8a8bb752 Fix the error handling in i2v_AUTHORITY_KEYID Matt Caswell 2021-08-20 15:23:32 +0100
  • e20fc2ee4f Allow fuzz builds to detect string overruns Matt Caswell 2021-08-19 15:25:04 +0100
  • 030c5aba94 Fix EC_GROUP_new_from_ecparameters to check the base length Matt Caswell 2021-08-19 12:24:17 +0100
  • 7c038a6bcd Fix NETSCAPE_SPKI_print function to not assume NUL terminated strings Matt Caswell 2021-08-19 12:23:38 +0100
  • 98624776c4 Fix append_ia5 function to not assume NUL terminated strings Matt Caswell 2021-08-18 17:58:23 +0100
  • 1f365708a3 Fix test code to not assume NUL terminated strings Matt Caswell 2021-08-18 17:37:41 +0100
  • 95f8c1e142 Fix CMP code to not assume NUL terminated strings Matt Caswell 2021-08-18 17:37:23 +0100
  • d2015a783e Fix the name constraints code to not assume NUL terminated strings Matt Caswell 2021-08-18 17:08:58 +0100
  • 918430ba80 Fix printing of PROXY_CERT_INFO_EXTENSION to not assume NUL terminated strings Matt Caswell 2021-08-18 14:02:40 +0100
  • b2b3b9c993 Fix GENERAL_NAME_print to not assume NUL terminated strings Matt Caswell 2021-08-18 12:34:55 +0100
  • 1747d4658b Fix POLICYINFO printing to not assume NUL terminated strings Matt Caswell 2021-08-18 12:31:38 +0100
  • ad6ac17489 Fix i2v_GENERAL_NAME to not assume NUL terminated strings Matt Caswell 2021-08-18 12:24:22 +0100
  • ed3f51ec7d Add a clarification to NOTES-UNIX.md Zengit 2021-08-11 17:21:03 +0300
  • f4d8b29a26 Get rid of warn_binary Dmitry Belyavskiy 2021-08-20 16:45:15 +0200
  • 43044ede54 Fix documentation referring to 'function code' Omair Majid 2021-08-18 14:57:57 -0400
  • c727cddc9c doc: fix a mistyped "=item" perldoc marker Beat Bolli 2021-08-16 22:37:41 +0200
  • ecb09bafad Replace CONFIG_NOWAIT env var with -w option Rich Salz 2021-08-17 11:42:21 -0400
  • 214888448d Set KERNEL_BITS, add CONFIG_NOWAIT Rich Salz 2021-08-16 16:29:09 -0400
  • 92115096c3 Minor doc enhancements to INSTALL.md Rich Salz 2021-08-16 16:25:03 -0400
  • 023cb594d9 util/add-depends.pl: Rebuild the build file after reconfiguration Richard Levitte 2021-08-19 20:45:00 +0200
  • 3bb2046a59 util/add-depends.pl: Only add dependencies on existing or generated headers Richard Levitte 2021-08-19 13:07:30 +0200
  • e0f69c3598 Fix state name abbreviation Todd Short 2021-08-16 16:37:10 -0400
  • 9f581cafe3 Merge branch 'master' of https://github.com/openssl/openssl David Lanzendörfer 2021-08-18 21:09:08 +0100
  • d68820d956 Add tests for EVP_PKEY_get_utf8_string_param(), both positive and negative Richard Levitte 2021-08-17 14:32:35 +0200
  • 4e92d5c79d EVP_PKEY_get_utf8_string_param(): ensure the string is NUL terminated Richard Levitte 2021-08-17 08:46:23 +0200
  • 2fbf0a560d doc: remove errant blank line to appease doc-nits Pauli 2021-08-17 08:54:55 +1000
  • 9f81ef9c0b pkcs12: check for zero length digest to avoid division by zero Pauli 2021-08-17 13:17:17 +1000
  • 46ac83eaf3 Fix CTS cipher decrypt so that the updated IV is returned correctly. Shane Lontis 2021-08-13 14:36:21 +1000
  • 7daabe78a0 Change CTS CS3 (Kerberos) so that it accepts a 16 byte input block Shane Lontis 2021-08-12 19:20:05 +1000
  • 7f5a9399d2 Add support for camellia cbc cts mode Shane Lontis 2021-08-12 18:22:50 +1000
  • 42281f2617 Refactor cipher aes_cts code so that it can be used by other 128bit ciphers Shane Lontis 2021-08-12 18:20:48 +1000
  • 43cf27c9a4 Correct UTF8 params documentation further Richard Levitte 2021-08-16 12:14:30 +0200
  • f17e52778f Test EVP Cipher updating the context's IV Ingo Franzki 2021-08-11 13:04:52 +0200
  • c719ea171c s390x: AES OFB/CFB: Maintain running IV from cipher context Ingo Franzki 2021-08-11 09:39:46 +0200
  • 0449702abc Fix potential double-free Todd Short 2021-08-13 09:59:59 -0400
  • 0ec738433e Multiple fixes for getting pub key from legacy DH PKEY Tomas Mraz 2021-08-06 17:25:13 +0200
  • 4ccad35756 Correct documentation errors in regards to UTF8 params Tomas Mraz 2021-08-11 18:46:07 +0200
  • bd32bdb8b2 Add documentation about the multilib postfix and libdir Tomas Mraz 2021-08-10 17:07:35 +0200
  • 254957f768 Allow small RSA exponents in the default provider Shane Lontis 2021-08-11 12:23:08 +1000
  • a5f4099d27 Disclaimer about the default provider activation added to config Dmitry Belyavskiy 2021-08-10 15:04:37 +0200
  • dbd0244a16 genpkey: -quiet doesn't take an argument Pauli 2021-08-06 10:01:15 +1000
  • 3465ec99ea Sort SSL_OP names in documentation Todd Short 2021-08-05 16:38:47 -0400
  • 73dadb9300 Add missing SSL_OP flags Todd Short 2021-08-05 16:29:37 -0400
  • 0f70d60134 EVP_CIPHER_CTX_set_key_length: Raise error when key length is not settable Tomas Mraz 2021-08-10 14:51:21 +0200
  • 12e055991e dsatest: Properly detect failure in generate/sign/verify Tomas Mraz 2021-08-10 09:18:19 +0200
  • aa5098021b Set FFC_PARAM_FLAG_VALIDATE_LEGACY on params generated with FIPS 186-2 gen Tomas Mraz 2021-08-09 10:42:46 +0200
  • c96670e59a aes_v8_xts_encrypt is present only on 64bit arm builds Tomas Mraz 2021-08-10 09:00:22 +0200
  • b4f1b7b658 Omitted signature_algorithms extension alerts updated Dmitry Belyavskiy 2021-08-04 15:40:24 +0200
  • ad2fc0bed4 MacOS: Add an include of <CommonCrypto/CommonCryptoError.h> David Bohman 2021-08-06 15:23:00 -0700
  • 474294cb66 doc: remove errant claim that these are not FIPS okay Pauli 2021-08-06 11:17:03 +1000
  • 5e89262535 doc: Fix ECX FIPS documentation Pauli 2021-08-06 09:16:38 +1000
  • c2b94c0a15 Avoid freeing the conf lhashes in X509_V3_EXT*_add_conf Tomas Mraz 2021-08-05 12:44:58 +0200
  • 08e9ff7600 Fix CMP app TLS connection not respecting vpm options like -crl_check Dr. David von Oheimb 2021-08-05 11:19:07 +0200
  • 9b887d5d5a Fix test case for a2i_IPADDRESS Amir Mohammadi 2021-08-04 09:44:29 +0430
  • 1a9411a30b Test case for a2i_IPADDRESS Christian Heimes 2020-08-15 20:01:49 +0200
  • 8b9a13b43b Fix ipv4_from_asc behavior on invalid Ip addresses Amir Mohammadi 2021-08-04 09:43:49 +0430
  • 3f15358c79 X509_STORE_CTX_get_error: Fix some minor documentation issues Tomas Mraz 2021-08-04 19:27:48 +0200
  • 6ef8d2c69b Fix VS2019 compile error C4703: potentially uninitialized local pointer variable used. Kelvin Lee 2020-09-10 15:58:13 +1000
  • 37578dc02d cms: Fix handling of -rctform option Tomas Mraz 2021-08-04 14:55:30 +0200
  • f5c0f69619 cms: Do not try to check binary format on stdin Tomas Mraz 2021-08-04 14:51:49 +0200
  • 204323446e req: Avoid segfault when -modulus is used Tomas Mraz 2021-08-04 11:36:24 +0200
  • 3d4ca443b4 [doc/man3] documentation: BN_cmp manpage updates Billy Brumley 2021-08-04 10:45:52 +0300
  • 46d5152031 test: add -macopt hexkey: to dgst command tests Pauli 2021-08-05 09:25:56 +1000
  • 5cdeb99f9c ctrls: add missing control string translation for key -> priv for HMAC Pauli 2021-08-04 13:30:44 +1000