]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2021-04-06  Tomas MrazDeprecate the EVP_PKEY controls for CMS and PKCS#7
2021-04-02  Richard LevitteInclude BN assembler alongside CPUID code
2021-04-02  Richard LevitteRefactor CPUID code
2021-04-02  Richard LevitteAPPS: Replace the use of OBJ_nid2ln() with name or...
2021-04-02  Richard LevitteEVP: Add EVP_<TYPE>_description()
2021-04-02  Richard LevitteAdd OSSL_STORE_LOADER_description()
2021-04-02  Richard LevitteAdd OSSL_DECODER_description() and OSSL_ENCODER_descrip...
2021-04-02  Richard LevitteCORE: Add an algorithm_description field to OSSL_ALGORITHM
2021-04-01  Randall S.... Corrected missing definitions from NonStop SPT build.
2021-04-01  Tomas MrazDSA_generate_parameters_ex: use the old method for...
2021-04-01  Nan XiaoFix typos in ssl_lib.c
2021-04-01  luyahanAdd riscv64 target
2021-04-01  Nan XiaoRemove unnecessary BIO_do_handshake()s
2021-04-01  Tomas MrazAdd "save-parameters" encoder parameter
2021-04-01  Tomas MrazAvoid going through NID when unnecessary
2021-04-01  Tomas MrazEVP_CIPHER_type: fix misleading argument name
2021-04-01  Tomas MrazDrop TODO 3.0 as we cannot get rid of legacy nids in 3.0
2021-04-01  Tomas MrazOBJ_nid2sn(NID_sha256) is completely equivalent to...
2021-04-01  Tomas MrazEVP_PKEY_CTRL_CIPHER can be used with encrypt/decrypt...
2021-04-01  Shane LontisAdd macosx build
2021-03-31  Shane LontisTest miminal windows build using Github actions
2021-03-31  Shane LontisAdd a range check (from SP800-56Ar3) to DH key derivation.
2021-03-31  Dr. David von... CHANGES.md: reflect OSSL_HTTP_REQ_CTX_i2d renamed to...
2021-03-31  Dr. David von... OSSL_HTTP_REQ_CTX_transfer(): improve distinction of...
2021-03-31  Dr. David von... OSSL_parse_url(): Improve handling of IPv6 addresses
2021-03-31  Dr. David von... 80-test_cmp_http.t: Add diagnostic info on starting...
2021-03-31  Dr. David von... http_client.c: Prevent spurious error queue entry on...
2021-03-31  Dr. David von... HTTP: Fix method_POST param by moving it to OSSL_HTTP_R...
2021-03-31  Rich SalzAdd a local perl module to get year last changed
2021-03-31  Randall S.... Split Makefile clean recipe for document sets into...
2021-03-31  Richard LevitteEVP: One stray comma removed in crypto/evp/ctrl_params_...
2021-03-31  Randall S.... Added guarding #ifndef/#define to avoid duplicate inclu...
2021-03-31  Richard LevitteRe-implement ANSI C building with a Github workflow
2021-03-30  Benjamin KadukIncrease HKDF_MAXBUF from 1024 to 2048
2021-03-30  Matt CaswellFix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITS
2021-03-30  Mohamed Akramdoc: fix enc -z option documentation
2021-03-30  Alex YurshaPrint correct error message in utils/mkdir-p.pl
2021-03-30  David BenjaminMerge OFB encrypt and decrypt test vectors.
2021-03-30  Randall S.... Add explicit support in util/shlib_wrap.sh.in for NonSt...
2021-03-30  Andrey MatyukovIncrease minimum clang version requirement for rsaz...
2021-03-30  Nan XiaoFix typos in bio.pod
2021-03-30  Paulissl: fix problem where MAC IDs were globally cached.
2021-03-30  Pauliapps: fix coverity 1474463, 1474465 & 1474467: resource...
2021-03-30  Paulitest: fix coverity 1474468: resource leak
2021-03-30  Paulievp: fix coverity 1474469: negative return
2021-03-30  Paulix509: fix coverity 1474470: NULL pointer dereference
2021-03-30  Paulix509: fix coverity 1474471: NULL pointer dereference
2021-03-30  Nan XiaoFix typo in BIO_push.pod
2021-03-30  Nan XiaoFix BIO_new_ssl_connect() to not leak memory
2021-03-30  Richard LevitteAndroid config targets: don't include the SO version...
2021-03-30  Richard LevitteUnix build file template: symlink "simple" to "full...
2021-03-29  Shane LontisFix DH gettable OSSL_PKEY_PARAM_DH_PRIV_LEN so that...
2021-03-29  Shane LontisUpdate deprecated API's in the documentation.
2021-03-29  Andrey MatyukovMoved build instructions from the man page
2021-03-29  Randall S.... Add $(PERL) to util/wrap.pl execution to avoid env...
2021-03-29  Nan XiaoFix typo in bio.h.in
2021-03-28  Tomas MrazImplement EVP_PKEY_dup() function
2021-03-28  Tomas MrazRemove RSA bignum_data that is not used anywhere
2021-03-28  Paulidoc: fix style problems with this man page
2021-03-28  PauliFix X509_PUBKEY_dup() to not leak memory
2021-03-28  Paulitest: add test case for X508_PUBKEY_dup() function
2021-03-28  Paulidoc: add documentation for the X509_PUBKEY_dup() function
2021-03-28  Sahana PrasadAllocates and initializes pubkey in X509_PUBKEY_dup()
2021-03-28  Shane LontisFix Build issue on Oracle Linux x64
2021-03-28  Shane LontisDisable cmp_http test on AIX
2021-03-27  Richard LevitteTEST: Cleanup test recipes
2021-03-26  Tomas MrazMake the SM2 group the default group for the SM2 algorithm
2021-03-26  Tomas MrazRemove the external BoringSSL test
2021-03-26  Alexander Traudssl/ssl_ciph.c: update format string, again
2021-03-26  Dr. David von... HTTP: Fix mem leak of OSSL_HTTP_REQ_CTX_transfer()...
2021-03-26  Dr. David von... HTTP: Rename OSSL_HTTP_REQ_CTX_i2d() to OSSL_HTTP_REQ_C...
2021-03-26  Richard LevitteRSA-PSS: When printing parameters, always print the...
2021-03-26  Paulidoc: life-cycle descritpion for MACs
2021-03-26  Paulidoc: note that MAC lifecycle transitions will be enforc...
2021-03-26  Paulidoc: life-cycle descritpion for RANDs
2021-03-26  Paulidoc: note that RAND lifecycle transitions will be enfor...
2021-03-26  Paulidoc: life-cycle description for KDFs/PRFs
2021-03-26  Paulidoc: note that KDF/PRF transitions will be enforced...
2021-03-26  Paulidoc: add life-cycle source files
2021-03-25  Paulitest: fix coverity 1473609 & 1473610: unchecked return...
2021-03-25  Paulievp: fix coverity 1473378: unchecked return value
2021-03-25  Pauliparams: fix coverity 1473069: unchecked return values
2021-03-25  Paulievp: fix coverity 1467500 & 1467502: unchecked return...
2021-03-25  Pauliapps: fix coverity 1455340: unchecked return value
2021-03-25  Paulitest: fix coverity 1451550: unchecked return value
2021-03-25  Paulitest: fix coverity 1429210: unchecked return value
2021-03-25  Paulitest: fix coverity 1416888: unchecked return value
2021-03-25  Paulitest: fix coverity 1414451: unchecked return value
2021-03-25  Pauliapps: fix coverity 1358776, 1451513, 1451519, 1451531...
2021-03-25  Paulitest: fix coverity 1338157: unchecked return value
2021-03-25  Pauliencoder: fix coverity 1473235: null dereference
2021-03-25  Pauliapps: fix coverity 1470781: explicit null dereference
2021-03-25  Paulism2: fix coverity 1467503: explicit null dereference
2021-03-25  Paulirsa: fix coverity 1463571: explicit null dereference
2021-03-25  Paulirand: fix coverity 1473636: data race condition
2021-03-25  Paulix509: fix coverity 1474424: data race condition
2021-03-25  Paulix509: fix coverity 1461225: data race condition
2021-03-25  Tomas MrazEVP_PKCS82PKEY: Create provided keys if possible
2021-03-25  Matt CaswellUpdate CHANGES.md and NEWS.md for new release
2021-03-25  Matt CaswellEnsure buffer/length pairs are always in sync
next