]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2021-02-26  Paulidoc: note changes to digest gettable/settable provider...
2021-02-26  Paulimodify EVP to support digest gettable/settable calls
2021-02-26  Paulicore: update digest gettable/settable ctx params calls
2021-02-26  Pauliprov: update digests to support modified ctx params
2021-02-26  Richard LevitteMakefile: Only update doc/build.info when there's an...
2021-02-26  Shane LontisFix external symbols related to ec & sm2 keys
2021-02-26  Shane LontisFix external symbols related to dsa keys
2021-02-26  Shane LontisFix external symbols related to dh keys
2021-02-26  Shane LontisFix external symbols for bn
2021-02-26  MarkFix filename escaping in c_rehash
2021-02-25  Tomas Mrazevp_extra_test: Do not manipulate providers in default...
2021-02-25  Tomas Mrazfake_random: Do not overwrite the callback on instatiation
2021-02-25  Tomas MrazEnsure that the fake rand is initialized
2021-02-24  jwalchFix an integer overflow in o_time.c
2021-02-24  Matt CaswellAdd a test for a names_do_all function
2021-02-24  Matt CaswellDon't hold a lock when calling a callback in ossl_namem...
2021-02-24  Richard LevitteFix string termination and length setting in OSSL_PARAM...
2021-02-24  Richard LevitteFix OSSL_PARAM_allocate_from_text() for OSSL_PARAM_UTF8...
2021-02-24  Richard LevitteAllow the sshkdf type to be passed as a single character
2021-02-24  Tomas MrazCleanup of some of the EVP_PKEY_CTX_ctrl related TODOs
2021-02-24  Tomas MrazFix missing EOL at the end of the rsa/build.info
2021-02-24  Tomas MrazRemove inclusion of unnecessary header files
2021-02-24  Tomas MrazUse strcasecmp when comparing kdf_type
2021-02-24  Tomas Mrazspeed: Drop deprecated <ALG>_options() calls
2021-02-24  Tomas Mrazspeed: Use EVP for ciphers, cmac, ghash, rsa, dsa,...
2021-02-24  Tomas Mrazspeed: Adapt digests and hmac to always use non-depreca...
2021-02-24  Tomas Mrazspeed: Drop code to handle platforms without SIGALRM
2021-02-24  Daniel BeveniusFix typo in comment in DH_set0_pqg function
2021-02-24  Matt CaswellTest errors from a provider can still be accessed after...
2021-02-24  Matt CaswellDuplicate the file and func error strings
2021-02-24  Pauliprovider: add an unquery function to allow providers...
2021-02-24  Paulirand: note that locking needs to be explicitly enabled.
2021-02-24  Tomas MrazDeprecated EVP_PKEY_CTX_get0_dh_kdf_ukm() and EVP_PKEY_...
2021-02-24  Richard LevitteX509: Refactor X509_PUBKEY processing to include provid...
2021-02-24  Benjamin KadukRemove disabled TLS 1.3 ciphers from the SSL(_CTX)
2021-02-23  Richard Levittemake update
2021-02-23  Richard Levitteappveyor.yml: clarify conditions for building the plain...
2021-02-23  Richard Levittemake update
2021-02-23  Richard LevitteGenerate doc/build.info with 'make update' rather than...
2021-02-23  Paulichanges: note the deprecation of RAND_METHOD APIs
2021-02-23  Pauliprovider: add option to load a provider without disabli...
2021-02-23  Paulitest: update tests to use the fake random number generator
2021-02-23  Paulitest: make the DRBG test work without RAND_METHOD support.
2021-02-23  Paulitest: add framework for generic fake random number...
2021-02-23  Paulirand: add DRBG/seed setting functions
2021-02-23  Paulirand: allow lock/unlock functions to be absent
2021-02-23  PauliRAND_METHOD deprecation: code changes
2021-02-23  PauliRAND_METHOD deprecation: fuzzer
2021-02-23  PauliRAND_METHOD deprecation: tests
2021-02-23  PauliRAND_METHOD deprecation: documentation
2021-02-23  Richard LevitteEVP: Adapt the EC_KEY specific EVP_PKEY_CTX setter...
2021-02-23  Richard LevitteEVP: Make checks in evp_pkey_ctx_store_cached_data...
2021-02-23  Richard LevitteEVP: Adapt the RSA specific EVP_PKEY_CTX setter / gette...
2021-02-23  Richard LevitteEVP: Adapt the DH specific EVP_PKEY_CTX setter / getter...
2021-02-23  Richard LevitteEVP: Adapt the EVP_PKEY_CTX ctrl functions
2021-02-23  Richard LevitteEVP: Adapt diverse OSSL_PARAM setters and getters
2021-02-23  Richard LevitteEVP: Make evp_pkey_ctx_{set,get}_params_strict() legacy...
2021-02-23  Richard LevitteEVP: Implement data-driven translation between known...
2021-02-23  Richard LevitteEVP: make evp_pkey_is_assigned() usable in the FIPS...
2021-02-23  Richard LevitteEVP: Make evp_pkey_ctx_state() available to all of EVP
2021-02-23  Richard LevitteEVP: Implement EVP_PKEY_CTX_is_a()
2021-02-23  Richard Levitteutil/perl/OpenSSL/config.pm: Add VMS specific C compile...
2021-02-23  Richard Levitteutil/perl/OpenSSL/config.pm: Fix determine_compiler_set...
2021-02-23  Shane LontisAdd back in legacy paths for d2i_PrivateKey/d2i_AutoPri...
2021-02-22  Matt CaswellFix no-tests on mingw
2021-02-22  Matt CaswellNote that the OSSL_CORE_MAKE_FUNC macro is reserved
2021-02-22  Matt CaswellDocument the OSSL_PARAM_DEFN macro
2021-02-22  Matt CaswellAdd documentation for the macro OPENSSL_VERSION_PREREQ
2021-02-22  Matt CaswellDocument OPENSSL_LH_flush()
2021-02-22  Matt CaswellSuppress errors about undocumented asn1_d2i_read_bio
2021-02-22  Petr GotthardFix -pkeyopt handling in apps/pkeyutl -rawin
2021-02-22  Dr. David von... Handle NULL result of ERR_reason_error_string() in...
2021-02-22  Shane LontisAdd EVP_PKEY_public_check_quick.
2021-02-21  Shane LontisFix external symbols for pkcs7.
2021-02-21  Shane LontisFix external symbols for cms.
2021-02-21  jwalch-Wunused-function cleanup
2021-02-20  Richard LevitteDECODER: Add better tracing of the chain walking process
2021-02-20  Richard LevitteDECODER: Use the data structure from the last decoder...
2021-02-19  John BaldwinCorrect the return value of BIO_get_ktls_*().
2021-02-19  Dr. David von... CMP: Fix total_timeout behavior; small doc and diagnost...
2021-02-19  Dr. David von... 81-test_cmp_cli_data: fixup on CSR test cases
2021-02-19  Chenglong ZhangFix speed sm2 bug
2021-02-19  Zhang JindeCRYPTO_gcm128_decrypt: fix mac or tag calculation
2021-02-19  Shane LontisFix merge problem in d2i_PrivateKey_ex
2021-02-19  Shane LontisFix DH ASN1 decode so that it detects named groups.
2021-02-19  Shane LontisFix d2i_AutoPrivateKey_ex so that is uses the new decod...
2021-02-19  Paulidoc: remove notes section in OSSL_ENCODER.pod
2021-02-18  Georg Höllriglrfc2606 compliant example domains for x509v3_config.pod
2021-02-18  georg-xVarious improvements of doc/man5/x509v3_config.pod
2021-02-18  Matt CaswellPass the object type and data structure from the pem2de...
2021-02-18  Matt CaswellDon't forget the type of thing we are loading
2021-02-18  Richard LevitteAdjust the few places where the string length was confused
2021-02-18  Richard LevitteOSSL_PARAM: Correct the assumptions on the UTF8 string...
2021-02-18  Dr. David von... Rename internal X509_add_cert_new() to ossl_x509_add_ce...
2021-02-18  Dr. David von... Add internal X509_add_certs_new(), which simplifies...
2021-02-18  Matt CaswellPrepare for 3.0 alpha 13
2021-02-18  Matt CaswellPrepare for release of 3.0 alpha 12 openssl-3.0.0-alpha12
2021-02-18  Matt CaswellUpdate copyright year
2021-02-18  Shane LontisFix external symbols related to provider related securi...
2021-02-18  Shane LontisFix external symbols in the provider digest implementat...
next