]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2021-06-11  William EdmistenAdd support for ISO 8601 datetime format
2021-06-11  Robbie HarwoodUpdate krb5 module and re-enable pkinit tests
2021-06-11  Tomas MrazDo not depend on the exact exit failure value of dgst app
2021-06-11  Richard LevitteClean away remaining Travis related files
2021-06-11  Tomas Mrazfuzz/asn1parse: Use BIO_s_mem() as fallback output
2021-06-11  Tomas MrazBIO_write_ex: No error only on 0 bytes to write
2021-06-11  Tomas MrazWindows CI: Enable fuzz test in plain build
2021-06-11  Richard Levitteapps/lib/s_socket.c: Alias getpid with _getpid for...
2021-06-11  Todd ShortFix FIPS provider value in docs
2021-06-11  Richard LevitteSTORE: Make OSSL_STORE_LOADER_fetch() consistent with...
2021-06-10  Tomas MrazDocument that provider name can be a full path
2021-06-10  Tomas Mrazdl_name_converter: Avoid unnecessary overallocation
2021-06-10  Tomas Mrazossl_provider_set_module_path: Prevent potential UAF
2021-06-10  Richard LevitteOpenSSL::Test: If __cwd() is to create the directory...
2021-06-10  Shane LontisFix s_server app to not report an error when using...
2021-06-10  Richard LevitteOpenSSL::Test: Treat SRCDATA directory specially, as...
2021-06-10  Petr Gottharddoc: fix OSSL_PARAM_BLD pointers in the example
2021-06-10  Tomas Mrazstore: Avoid spurious error from decoding at EOF
2021-06-10  Arran Cudbard... Enable ssl-trace by default
2021-06-10  Todd ShortOptimize session cache flushing
2021-06-10  Tomas MrazFix use after free in OSSL_HTTP_REQ_CTX_set1_req()
2021-06-10  Paulierr: clear flags better when clearing errors.
2021-06-10  Richard LevitteAPPS: Restore the possibility to combine -pubout with...
2021-06-10  Pauliutil: convert SHA* one shots back to being functions
2021-06-10  Paulichanges: fix woring that mentions SHA* one shot functio...
2021-06-10  Paulisha: convert SHA one shot macros back to being functions
2021-06-09  Richard LevitteDECODER & ENCODER: Add better tracing
2021-06-09  Richard LevitteDECODER: Adapt addition of extra decoder implementations
2021-06-09  Richard LevitteDecoding PKCS#8: separate decoding of encrypted and...
2021-06-09  Dr. David von... 25-test_verify.t: Add test case: accept trusted self...
2021-06-09  Dr. David von... test/certs/mkcert.sh: Correct description of geneealt...
2021-06-09  Dr. David von... 25-test_verify.t: Prevent expiration of test case ...
2021-06-09  Dr. David von... 80-test_cmp_http.t: Improve the way the test server...
2021-06-09  Dr. David von... 80-test_cmp_http.t: Simplify and prevent hangs on serve...
2021-06-09  Rich SalzRemove I_CAN_LIVE_WITH_LNK4049
2021-06-09  Paulikeymgmt: better detect when a key manager can be reused
2021-06-08  Richard LevitteOpenSSL::Test.pm: Replace all uses of rel2abs() with...
2021-06-08  Matt CaswellCorrectly detect decode errors when checking if a key...
2021-06-08  Matt CaswellSimplify error reporting in X509_PUBKEY_get0()
2021-06-08  Matt CaswellUse the fips-and-base.cnf config file in CMP tests
2021-06-08  Matt CaswellMark some priv/public key paris as only available in...
2021-06-08  Matt CaswellActually use a legacy route in pem_read_bio_key_legacy()
2021-06-08  Matt CaswellJust look for "Unable to load Public Key" if no SM2
2021-06-08  Matt CaswellOnly use the legacy route to decode a public key if...
2021-06-08  Matt CaswellEnsure that we consume all the data when decoding an...
2021-06-08  Matt CaswellUse the right class/tag when decoding an embedded key
2021-06-08  Matt CaswellFix CTLOG_new_from_base64_ex()
2021-06-08  Matt CaswellFix the expected output of printing certificates
2021-06-08  Tomas MrazEVP_PKEY_new_raw_private_key: Allow zero length keys
2021-06-08  Larkin NickleFix compilation on systems with empty _POSIX_TIMERS
2021-06-08  Paulievp: avoid some calls to EVP_CIPHER_CTX_get_iv_length...
2021-06-08  Paulievp: fix Coverity 1485670 argument cannot be negative
2021-06-08  Paulievp: fix Coverity 1485669 improper use of negative...
2021-06-08  Paulievp: fix Coverity 1485668 argument cannot be negative
2021-06-08  Paulipkcs12: fix Coverity 1485667 logically dead code
2021-06-08  Paulievp: fix coverity 1485666 argument cannot be negative
2021-06-08  Paulievp: fix improper use of negative value issues
2021-06-08  Pauliafalg: fix coverity 1485661 improper use of negative...
2021-06-08  Paulifix coverity 1485660 improper use of negative value
2021-06-08  Paulibio: improve error checking fixing coverity 1485659...
2021-06-08  Paulidoc: add PKEY life cycle documentation
2021-06-08  Paulidoc: build changes for PKEY life cycle documentation
2021-06-08  Paulidoc: add build info for cipher life cycle documentation
2021-06-08  Paulidoc: add references to cipher life cycle documentation
2021-06-08  Paulidoc: add cipher life cycle documentation
2021-06-08  Paulidoc: improve the cipher life cycle diagram
2021-06-08  Paulidoc-nits: support out of source execution
2021-06-08  Paulidoc: remove empty section
2021-06-08  Paulidoc: add references to digest life cycle documentation
2021-06-08  Paulidoc: add digest life cycle documentation
2021-06-08  Paulidoc: add digest lifecycle diagram
2021-06-08  Paulilife-cycles: update digest state table
2021-06-08  Daniel BeveniusAdd aix64-gcc-as architecture and p2align callback
2021-06-08  Tomas MrazX509_digest_sig: Handle RSA-PSS and EDDSA certificates
2021-06-08  Dr. David von... Move trust-related decls from x509.h.in to x509_vfy...
2021-06-08  Dr. David von... x509.h.in: extended 'documenting' comment on X509_TRUST...
2021-06-08  Dr. David von... Improve the documentation of cert path building and...
2021-06-08  Dr. David von... X509_STORE_CTX_new.pod and x509_vfy.h.in: rename some...
2021-06-08  Dr. David von... x509_vfy.c: Improve a couple of internally documenting...
2021-06-08  Dr. David von... x509_trs.c: rename to x509_trust.c and correct comment...
2021-06-08  Shane LontisFix AIX FIPS DEP.
2021-06-08  Dr. David von... BIO_write-ex(): Improve behavior in corner cases and...
2021-06-08  Shane LontisAdd a gettable for provider ciphers to return the EVP_C...
2021-06-08  Shane LontisDocument missing EC/SM2 params
2021-06-08  Juergen ChristTest EVP_CipherInit sequences and resets
2021-06-08  Juergen ChristFix CipherInit on s390x.
2021-06-07  FdaSilvaYYUse rd instead rmdir
2021-06-07  Matt CaswellFix generate_ssl_tests.pl
2021-06-07  Tomas MrazElimination of some sources not needed in the FIPS_MODULE
2021-06-06  Richard Levittetest/recipes/80-test_cmp_http.t: Don't trust $server_po...
2021-06-06  Richard Levittetest/recipes/80-test_cmp_http.t: Simplify test_cmp_http()
2021-06-06  Paulidoc: update generated image files
2021-06-06  Paulidoc: update Graphviz images to have a transparent backg...
2021-06-05  Pauliproperty: move additional query functions to property_q...
2021-06-05  Pauliproperty: improve ossl_property_find_property() function
2021-06-05  PauliRename `n` field to `num_properties` in property defini...
2021-06-05  Richard LevittePROV: drop get_params() and gettable_params() from...
2021-06-05  Richard LevitteENCODER: use property definitions instead of getting...
2021-06-05  Richard LevitteENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPE
2021-06-05  Richard LevittePROV: drop get_params() and gettable_params() from...
next