]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
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-04-28  Rajat Dipta... Update dgst.pod
2020-04-27  Benjamin Kaduksslapitest: only compile test when it will be used
2020-04-27  Richard Levittefuzz/asn1.c: Add missing #include
2020-04-27  Christian Hohnstaedti2b_PVK_bio: don't set PEM_R_BIO_WRITE_FAILURE in case...
2020-04-27  Arne SchwabeFix type cast in SSL_CTX_set1_groups macro
2020-04-24  Nicola TuveriFix typo from #10631
2020-04-24  Nicola Tuveri[BN] harden `BN_copy()` against leaks from memory accesses
2020-04-24  Nicola Tuveri[EC] harden EC_KEY against leaks from memory accesses
2020-04-24  Nicola Tuveri[EC] Constify internal EC_KEY pointer usage
2020-04-21  Dirk-Willem... Add setter equivalents to X509_REQ_get0_signature
2020-04-21  Matt CaswellPrepare for 1.1.1h-dev
2020-04-21  Matt CaswellPrepare for 1.1.1g release OpenSSL_1_1_1g
2020-04-21  Matt CaswellUpdate copyright year
2020-04-21  Benjamin KadukFix NULL dereference in SSL_check_chain() for TLS 1.3
2020-04-21  Benjamin KadukAdd test for CVE-2020-1967
2020-04-21  Matt CaswellUpdate CHANGES and NEWS for release of 1.1.1g
2020-04-18  Bernd EdlingerAdd a CHANGES entry for AES constant time
2020-04-18  Bernd EdlingerAdd AES consttime code for no-asm configurations
2020-04-17  Tomas Mrazs_time: Allow using -CAfile option as in other commands
2020-04-17  Richard LevitteINSTALL: document 'no-ui-console' rather than 'no-ui'
2020-04-17  KochiseWindows: Add type casting in CRYPTO_atomic_add to remov...
2020-04-14  scottBIO_do_accept: correct error return value
2020-04-12  Rich SalzDon't compile commands if disabled
2020-04-11  Jake MaynardAdd manpage entry for X509_check_purpose()
2020-04-09  Jim NewsomeUpdate RAND_METHOD definition in man page
2020-04-09  PauliFix AES-CTR_DRBG on 1.1.1.
2020-04-08  Patrick SteuerAES CTR-DRGB: do not leak timing information
2020-04-07  PauliInteger overflow in ASN1_STRING_set.
2020-04-07  Billy Brumley[crypto/ec] blind coordinates in ec_wNAF_mul for robustness
2020-04-07  Bernd EdlingerFix the error handling in EC_POINTs_mul
2020-04-07  William BrawnerEnsure ECDSA_size always returns >= 0
2020-04-06  Tomas MrazAdd test cases for the non CA certificate with pathlen:0
2020-04-06  Tomas MrazSet X509_V_ERR_INVALID_EXTENSION error for invalid...
2020-04-06  Tomas MrazAllow certificates with Basic Constraints CA:false...
2020-04-03  Matt CaswellExpand the XTS documentation
2020-04-01  Billy Brumley[crypto/ec] Ladder tweaks
2020-04-01  Billy Brumley[test] Make sm2_internal_test less fragile to changes...
2020-03-31  Matt CaswellPrepare for 1.1.1g-dev 11446/head
2020-03-31  Matt CaswellPrepare for 1.1.1f release OpenSSL_1_1_1f
2020-03-31  Matt CaswellUpdate copyright year
2020-03-29  Viktor Szakatsfix generated Makefile for Windows builds made on ...
2020-03-25  Tomas MrazDocument the revert of the proper reporting of an unexp...
2020-03-25  Tomas MrazPartially revert "Detect EOF while reading in libssl"
2020-03-24  Richard KönningUse ctx2 instead ctx.
2020-03-22  Bernd EdlingerFix error handling in x509v3_cache_extensions and relat...
2020-03-20  FdaSilvaYYCoverity: fix two minor NPD issues.
2020-03-19  Bernd EdlingerAdd a CHANGES entry for BN_generate_prime_ex
2020-03-19  Bernd EdlingerUpdate documentation of BN_generate_prime_ex
2020-03-19  Bernd EdlingerMerge probable_prime_dh_safe with bn_probable_prime_dh
2020-03-19  Bernd EdlingerAdd a parameter to probable_prime if we look for a...
2020-03-17  Matt CaswellPrepare for 1.1.1f-dev 11345/head
2020-03-17  Matt CaswellPrepare for 1.1.1e release OpenSSL_1_1_1e
2020-03-17  Matt CaswellUpdate copyright year
2020-03-17  Matt CaswellUpdate CHANGES for the new release
2020-03-17  Matt CaswellUpdate NEWS for the new release
2020-03-17  Ben Kaduksslapitest: don't leak the SSL_CTX pair
2020-03-13  Benjamin KadukAdd test that changes ciphers on CCS
2020-03-13  Benjamin KadukCode to thread-safety in ChangeCipherState
2020-03-13  Benjamin KadukDon't write to the session when computing TLS 1.3 keys
2020-03-13  Benjamin KadukFix whitespace nit in ssl_generate_master_secret()
2020-03-13  Benjamin Kadukdoc: fix spelling of TYPE_get_ex_new_index
2020-03-13  Benjamin KadukAdditional updates to SSL_CTX_sess_set_get_cb.pod
2020-03-13  Jakub Jelendoc: Update the reference from draft to RFC
2020-03-12  Dr. Matthias... doc: document that 'openssl rand' is cryptographically...
2020-03-11  Matt CaswellRevert "Create a new embeddedSCTs1 that's signed using...
2020-03-11  Matt CaswellRevert "Stop accepting certificates signed using SHA1...
2020-03-09  James Peachdocs: fix typo in SSL functions
2020-03-08  Richard LevitteDOC: Make EVP_SignInit.pod conform with man-pages(7)
2020-03-08  Richard LevitteDOC: New file for EVP_PKEY_size(), EVP_PKEY_bits()...
2020-03-08  Bastian Germannapps x509: passing PKCS#11 URL as -signkey
2020-03-06  Matt CaswellClarify the usage of EVP_PKEY_get_raw_[private|public...
2020-03-06  Richard LevitteDOC: Fixups of X509_LOOKUP.pod 11120/head
2020-03-06  Richard LevitteDOC: Add documentation related to X509_LOOKUPs
2020-03-05  Patrick Steuercrypto/ec/curve448/eddsa.c: fix EBCDIC platforms
2020-03-05  Patrick Steueraes-s390x.pl: fix stg offset caused by typo in perlasm
2020-03-05  Bernd EdlingerThis works around a gcc-9 crash
2020-02-27  Scott ArciszewskiFix comment placement in ecp_nistp256.ci
2020-02-27  Bastian Germannapps x509: restrict CAkeyform option to OPT_FMT_PDE
2020-02-27  Richard LevitteVMS: mitigate for the C++ compiler that doesn't underst... 11159/head
2020-02-26  Matt Turnerconfig: Drop linux-alpha-gcc+bwx
2020-02-20  Matt CaswellTeach more BIOs how to handle BIO_CTRL_EOF
2020-02-20  Matt CaswellDetect EOF while reading in libssl
2020-02-20  Matt CaswellAdd *.d.tmp files to .gitignore
2020-02-19  Simon CornishHandle max_fragment_length overflow for DTLS
2020-02-17  David BenjaminDo not silently truncate files on perlasm errors
2020-02-16  Kurt RoeckxCheck that ed25519 and ed448 are allowed by the securit...
2020-02-16  Kurt RoeckxGenerate new Ed488 certificates
2020-02-15  Richard LevitteDOC: document in more detail what a BIO_read_ex() via...
2020-02-15  Richard LevitteVMS: Correct error reporting in crypto/rand/rand_vms.c 11088/head
2020-02-15  Richard LevitteVMS: Adapt descrip.mms template to the changed inclusti...
2020-02-14  Bernd EdlingerAdjust minimal build config in 1.1.1 branch
2020-02-12  Nikolay MorozovForgotten GOST2012 support in non-vital places
2020-02-12  Matt CaswellFix no-tls1_3
2020-02-07  FdaSilvaYYAppveyor: update to Visual Studio 2017. 11051/head
2020-02-06  kinichiroAvoid leak in error path of PKCS5_PBE_keyivgen
2020-02-06  PauliCoverity CID 1444960: Error handling issues
2020-02-06  Dr. Matthias... Fix misspelling errors and typos reported by codespell
next