openssl.git
2020-05-15 Matt CaswellPrepare for release of 3.0 alpha 2 openssl-3.0.0-alpha2
2020-05-15 Matt CaswellUpdate copyright year
2020-05-15 Nicolas VigierIf SOURCE_DATE_EPOCH is defined, use it for copyright...
2020-05-15 Matt CaswellCorrect alignment calculation in ssl3_setup_write
2020-05-15 Orgad ShanehConfigure: Avoid SIXTY_FOUR_BIT for linux-mips64
2020-05-15 Richard Levittedev/release.sh: Add --reviewer to set reviewers
2020-05-15 Thomas Dwyer IIIPass "-z defs" to the linker via "-Wl,-z,defs" rather...
2020-05-14 Richard Levittetest/evp_extra_test.c: Add OPENSSL_NO_CMAC around CMAC...
2020-05-14 Richard LevittePROV: make some DER AID arrays non-static, to avoid...
2020-05-14 Richard Levitte.travis.yml: never use -Werror, use --strict-warnings...
2020-05-14 Richard Levittetest/recipes/15-test_rsapss.t: Add test with unrestrict...
2020-05-14 Richard Levittetest/ssl-tests/20-cert-select.cnf.in: Re-enable RSA...
2020-05-14 Richard Levittetest/evp_pkey_provided_test.c: Display first, compare...
2020-05-14 Richard LevittePROV & ASYM_CIPHER: Adapt the RSA asymmetric cipher...
2020-05-14 Richard LevitteEVP: Refactor the RSA-PSS key generation controls for...
2020-05-14 Richard LevittePROV & SIGNATURE: Adapt the RSA signature code for...
2020-05-14 Richard LevitteEVP: For SIGNATURE operations, pass the propquery early
2020-05-14 Richard LevittePROV & SERIALIZER: Adapt the RSA serializers for PSS...
2020-05-14 Richard LevittePROV & KEYMGMT: Add PSS-parameter support in the RSA...
2020-05-14 Richard LevittePROV: Refactor the RSA SIGNATURE implementation for...
2020-05-14 Richard LevittePROV: Refactor the RSA DER support
2020-05-14 Richard LevitteDER writer: Add the possibility to abandon empty SEQUENCEs
2020-05-14 Richard LevitteRSA: Add PSS-parameter processing in EVP_PKEY_ASN1_METH...
2020-05-14 Richard LevitteRSA: Add a less loaded PSS-parameter structure
2020-05-14 Richard LevitteRSA: Add rsa_schemes.c, to store scheme data and transl...
2020-05-14 Richard LevitteRSA: Extract much of the rsa_pkey_export_to() code...
2020-05-14 Richard LevitteRSA: Add RSA key types
2020-05-14 Richard Levittetest/evp_extra_test.c: Add test for CMAC keygen with...
2020-05-14 Richard LevitteEVP: Only use the engine when one is defined, in pkey_m...
2020-05-14 Nikolay MorozovAdd documentation for ASN1_INTEGER_new() and ASN1_INTEG...
2020-05-13 Dr. David von... Rename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_...
2020-05-13 Dr. David von... Add -reqin_new_tid option to apps/cmp.c and OSSL_CMP_MS...
2020-05-13 Dr. David von... Improve CMP documentation regarding use of untrusted...
2020-05-13 Dr. David von... Chunk 11 of CMP contribution to OpenSSL: CMP command...
2020-05-13 Dr. David von... Preliminary fix of memory leak in try_decode_PKCS12...
2020-05-13 Dr. David von... Improve description of algorithm NIDs in doc/man3/OSSL_...
2020-05-13 Dr. David von... Reflect constifications of 62dcd2aa in doc/man3/OSSL_CR...
2020-05-13 Richard LevitteOSSL_STORE: Make the 'file' scheme loader handle MSBLOB...
2020-05-13 Richard LevitteOSSL_STORE: Better information when prompting for pass...
2020-05-13 Richard LevitteOSSL_STORE: Make it possible to attach an OSSL_STORE...
2020-05-13 Richard LevittePROV: Adapt all our providers to use the new PROV_CTX...
2020-05-13 Richard LevittePROV: Add a proper provider context structure for OpenS...
2020-05-13 Richard LevitteRemove explicit dependency on configdata.pm when proces...
2020-05-13 Benjamin KadukFix FreeBSD build with --strict-warnings
2020-05-13 Bernd EdlingerFix rsa8192.pem
2020-05-12 Tomas MrazReplace misleading error message when loading PEM
2020-05-12 Richard LevitteCORE: Attach the provider context to the provider late
2020-05-12 Richard LevitteFix some misunderstandings in our providers' main modules
2020-05-12 Richard LevitteCORE: Fix the signature of OSSL_provider_query_operation_fn
2020-05-12 Richard LevitteFix d2i_PrivateKey_ex() to work as documented
2020-05-11 Richard LevitteFix CHANGES.md issues reported by markdownlint
2020-05-10 Beat Bollidoc: fix two invalid <B> tags
2020-05-09 Dr. David von... Extract HTTP server code from apps/ocsp.c to apps/lib...
2020-05-09 Dr. David von... Fix bio_wait() in crypto/bio/bio_lib.c in case OPENSSL_...
2020-05-09 Dr. David von... Constify 'req' parameter of OSSL_HTTP_post_asn1()
2020-05-09 Dr. David von... Fix bug in OSSL_CMP_SRV_process_request() on transactio...
2020-05-08 Paulidoc: remove deprecation notes for apps that are staying.
2020-05-08 Maximilian... Fix PEM certificate loading that sometimes fails
2020-05-08 Rich SalzFix issues reported by markdownlint
2020-05-08 Rich Salztravis: enable markdownlint checks
2020-05-08 Richard LevitteEVP: when setting the operation to EVP_PKEY_OP_UNDEFINE...
2020-05-07 Dr. Matthias... Fix use-after-free in BIO_C_SET_SSL callback
2020-05-07 Nikolay MorozovSSL_OP_DISABLE_TLSEXT_CA_NAMES option implementation
2020-05-07 Jakub ZelenkaAdd documentation for CMS_EnvelopedData_create()
2020-05-07 Shane LontisRemove legacy FIPS_mode functions
2020-05-07 Shane LontisAdd RSA SHA512 truncated digest support
2020-05-07 Shane LontisAdd OIDS for md4 and ripemd160 to der_rsa
2020-05-07 Shane LontisRemove gen_get_params & gen_gettable_params from keygen...
2020-05-07 Shane LontisRemove cipher table lookup from EVP_CipherInit_ex
2020-05-06 Richard LevitteConfigure: avoid perl regexp bugs
2020-05-06 Dmitry Belyavskiys_server normal shutdown
2020-05-06 Matt CaswellExtend test_ssl_get_shared_ciphers
2020-05-06 Matt CaswellDon't offer or accept ciphersuites that we can't support
2020-05-06 Matt CaswellFix a memory leak in CONF .include handling
2020-05-06 Matt CaswellCentralise Environment Variables for the tests
2020-05-06 Tomas MrazThe synthesized OPENSSL_VERSION_NUMBER must be long
2020-05-06 Benjamin KadukFix up whitespace nits introduced by PR #11416
2020-05-05 Christian HeimesUse fips=yes consistently in documentation
2020-05-05 Dr. David von... Strengthen X509_STORE_CTX_print_verify_cb() to print...
2020-05-05 Kurt RoeckxImprove SSL_shutdown documentation.
2020-05-04 Shane LontisFix aix compile error in cmp_ctx_test.c
2020-05-04 Shane LontisFix incorrect default keysize for CAST ofb and cfb...
2020-05-04 Matt CaswellAllow OSSL_PARAM_get_octet_string() to pass a NULL...
2020-05-04 Matt CaswellAdd some tests for the newly added raw private/public...
2020-05-04 Matt CaswellDocument the new raw private/public key functions
2020-05-04 Matt CaswellImplement key match functionality for ECX keys
2020-05-04 Matt CaswellFix the KEYNID2TYPE macro
2020-05-04 Matt CaswellDon't export ECX key data twice
2020-05-04 Matt CaswellEnsure EVP_PKEY_get_raw_[private|public]_key work with...
2020-05-04 Matt CaswellAdd the library ctx into an ECX_KEY
2020-05-04 Matt CaswellAdd the ability to ECX to import keys with only the...
2020-05-04 Matt CaswellEnsure OSSL_PARAM_BLD_free() can accept a NULL
2020-05-04 Matt CaswellMake EVP_new_raw_[private|public]_key provider aware
2020-05-04 niarand_unix.c: Ensure requests to KERN_ARND don't exceed...
2020-05-04 niarand_unix.c: Only enable hack for old FreeBSD versions...
2020-05-04 niarand_unix.c: Include correct headers for sysctl() on...
2020-05-04 Leo NeatCIFuzz turning dry_run off
2020-05-04 Richard LevitteWPACKET: don't write DER length when we don't want to
2020-05-03 Richard LevitteFix reason code clash
2020-05-03 Richard Levitteutil/perl/OpenSSL/OID.pm: remove the included unit...
next