openssl.git
2021-08-31 Matt CaswellAdd a warning about locking in the child provider callb...
2021-08-31 PauliAdd additional test to thread sanitizer build
2021-08-31 Matt CaswellRefactor provider_core.c to adhere to the locking rules
2021-08-31 Matt CaswellAdd commentary about lock usage in provider_core.c
2021-08-31 PauliCI: add builds covering a number of different compiler...
2021-08-31 Tomas Mrazapps/pkcs12: Do not assume null termination of ASN1_UTF...
2021-08-31 Tomas Mrazci: Add -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION...
2021-08-31 Tomas MrazMake the -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION...
2021-08-31 slontisDocument that EVP_get_cipherbyname() does not work...
2021-08-31 Jaime HablutzelTypo correction.
2021-08-30 Nicola TuveriUse applink to fix windows tests
2021-08-30 Nicola Tuveri[ec] Do not default to OPENSSL_EC_NAMED_CURVE for curve...
2021-08-30 Nicola TuveriFix d2i_ECPKParameters_fp and i2d_ECPKParameters_fp...
2021-08-30 Nicola TuveriAdd tests for i2d_TYPE_fp and d2i_TYPE_fp
2021-08-29 Daniel KrüglerEnsure that _GNU_SOURCE is defined for bss_dgram.c
2021-08-28 Dmitry BelyavskiyAdjust the list of default provider's algorithms
2021-08-28 Bernd EdlingerFix the "Out of memory" EVP KDF scrypt test
2021-08-28 Rich SalzYet another doc-nits fix
2021-08-27 zhaozgcms: fix memleaks in cms_env.c
2021-08-27 Xiaofei BaiFix libdir path on darwin
2021-08-27 David CarlierDarwin platform allows to build on releases before...
2021-08-27 Tomas Mrazdoc: Add note about operation parameters validation
2021-08-26 Matt CaswellAdd a test for running the config twice
2021-08-26 Matt CaswellAdd locking for the provider_conf.c
2021-08-26 Matt CaswellWhen activating providers via config check we've not...
2021-08-26 Dr. David von... APPS/req: Fix AKID generation in case -CA option is...
2021-08-26 Dr. David von... APPS/req: Fix misconceptions on -CA, -CAkey, and -key...
2021-08-26 Dr. David von... APPS/x509: fix -extfile option, which was ignored with...
2021-08-26 Tomas MrazEVP_DigestSign/VerifyFinal: Duplicate the pctx to allow...
2021-08-26 zhaozgts: fix memleaks caused by TS_VERIFY_CTX_set_imprint
2021-08-26 Paulidoc: document the rsa_oaep_md: pkeyopt
2021-08-25 Pauliaes-wrap: improve error handling
2021-08-25 PauliAdd invalid input length error
2021-08-25 Dr. David von... CMS app: Fix new -wrap option
2021-08-25 Paulichanges: add note about 3DES key wrap matching the...
2021-08-25 Paulitest: add unit tests for TDES key wrap
2021-08-25 Bernd EdlingerAvoid using undefined value in generate_stateless_cooki...
2021-08-25 Paul DreikAvoid invoking memcpy if size is zero or the supplied...
2021-08-25 Bernd EdlingerFix the array size of dtlsseq in tls1_enc
2021-08-25 Richard LevitteAdd multilib to the NonStop configuration definitions.
2021-08-25 Richard LevitteVMS: Correct faulty source directory specification
2021-08-25 Tianjia Zhangapps/ciphers: Fix wrong return value when using -conver...
2021-08-25 Dr. David von... APPS: Fix result type of dump_cert_text() and behavior...
2021-08-25 Paulinews/changes: fix formatting nits
2021-08-25 Paulicpp: fix included files to avoid failure in no-deprecat...
2021-08-25 Paulism2: fix error raise to not fail make update
2021-08-24 Tomas Mrazrsa: Try legacy encoding functions for pubkey
2021-08-24 Matt CaswellUpdates CHANGES.md and NEWS.md for new 1.1.1 release
2021-08-24 Matt CaswellCheck the plaintext buffer is large enough when decrypt...
2021-08-24 Matt CaswellExtend tests for SM2 decryption
2021-08-24 Matt CaswellCorrectly calculate the length of SM2 plaintext given...
2021-08-24 Matt CaswellFix the error handling in i2v_AUTHORITY_KEYID
2021-08-24 Matt CaswellAllow fuzz builds to detect string overruns
2021-08-24 Matt CaswellFix EC_GROUP_new_from_ecparameters to check the base...
2021-08-24 Matt CaswellFix NETSCAPE_SPKI_print function to not assume NUL...
2021-08-24 Matt CaswellFix append_ia5 function to not assume NUL terminated...
2021-08-24 Matt CaswellFix test code to not assume NUL terminated strings
2021-08-24 Matt CaswellFix CMP code to not assume NUL terminated strings
2021-08-24 Matt CaswellFix the name constraints code to not assume NUL termina...
2021-08-24 Matt CaswellFix printing of PROXY_CERT_INFO_EXTENSION to not assume...
2021-08-24 Matt CaswellFix GENERAL_NAME_print to not assume NUL terminated...
2021-08-24 Matt CaswellFix POLICYINFO printing to not assume NUL terminated...
2021-08-24 Matt CaswellFix i2v_GENERAL_NAME to not assume NUL terminated strings
2021-08-23 ZengitAdd a clarification to NOTES-UNIX.md
2021-08-20 Dmitry BelyavskiyGet rid of warn_binary
2021-08-20 Omair MajidFix documentation referring to 'function code'
2021-08-20 Beat Bollidoc: fix a mistyped "=item" perldoc marker
2021-08-20 Rich SalzReplace CONFIG_NOWAIT env var with -w option
2021-08-19 Rich SalzSet KERNEL_BITS, add CONFIG_NOWAIT
2021-08-19 Rich SalzMinor doc enhancements to INSTALL.md
2021-08-19 Richard Levitteutil/add-depends.pl: Rebuild the build file after recon...
2021-08-19 Richard Levitteutil/add-depends.pl: Only add dependencies on existing...
2021-08-18 Todd ShortFix state name abbreviation
2021-08-18 Richard LevitteAdd tests for EVP_PKEY_get_utf8_string_param(), both...
2021-08-18 Richard LevitteEVP_PKEY_get_utf8_string_param(): ensure the string...
2021-08-18 Paulidoc: remove errant blank line to appease doc-nits
2021-08-18 Paulipkcs12: check for zero length digest to avoid division...
2021-08-17 Shane LontisFix CTS cipher decrypt so that the updated IV is return...
2021-08-17 Shane LontisChange CTS CS3 (Kerberos) so that it accepts a 16 byte...
2021-08-17 Shane LontisAdd support for camellia cbc cts mode
2021-08-17 Shane LontisRefactor cipher aes_cts code so that it can be used...
2021-08-17 Richard LevitteCorrect UTF8 params documentation further
2021-08-16 Ingo FranzkiTest EVP Cipher updating the context's IV
2021-08-16 Ingo Franzkis390x: AES OFB/CFB: Maintain running IV from cipher...
2021-08-16 Todd ShortFix potential double-free
2021-08-16 Tomas MrazMultiple fixes for getting pub key from legacy DH PKEY
2021-08-13 Tomas MrazCorrect documentation errors in regards to UTF8 params
2021-08-13 Tomas MrazAdd documentation about the multilib postfix and libdir
2021-08-13 Shane LontisAllow small RSA exponents in the default provider
2021-08-12 Dmitry BelyavskiyDisclaimer about the default provider activation added...
2021-08-12 Pauligenpkey: -quiet doesn't take an argument
2021-08-11 Todd ShortSort SSL_OP names in documentation
2021-08-11 Todd ShortAdd missing SSL_OP flags
2021-08-11 Tomas MrazEVP_CIPHER_CTX_set_key_length: Raise error when key...
2021-08-11 Tomas Mrazdsatest: Properly detect failure in generate/sign/verify
2021-08-11 Tomas MrazSet FFC_PARAM_FLAG_VALIDATE_LEGACY on params generated...
2021-08-11 Tomas Mrazaes_v8_xts_encrypt is present only on 64bit arm builds
2021-08-11 Dmitry BelyavskiyOmitted signature_algorithms extension alerts updated
2021-08-11 David BohmanMacOS: Add an include of <CommonCrypto/CommonCryptoError.h>
2021-08-08 Paulidoc: remove errant claim that these are not FIPS okay
next