]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2020-11-11  Dmitry BelyavskiyVerification zero-length content in S/MIME format
2020-11-05  T.YanagisawaCorrect description of BN_mask_bits
2020-10-29  Benjamin KadukUnify ssl3_get_cipher_by_std_name() implementation
2020-10-29  hklaasoptimise ssl3_get_cipher_by_std_name()
2020-10-29  Ard Biesheuvelcrypto/poly1305/asm: fix armv8 pointer authentication
2020-10-26  Matt CaswellEnsure we raise SSLfatal on error
2020-10-26  André KlitzingAllow to continue on UNABLE_TO_VERIFY_LEAF_SIGNATURE
2020-10-22  Romain GeisslerFix aarch64 static linking into shared libraries (see...
2020-10-21  simplelinsFix AES-GCM bug on aarch64 BigEndian
2020-10-20  xuyunjiaresolve defects: reverse_inull; row[DB_exp_date] refere...
2020-10-20  Tomas MrazAvoid potential doublefree on dh object assigned to...
2020-10-16  Matt CaswellAdd a CHANGES entry for the SSL_SECOP_TMP_DH change
2020-10-16  Matt CaswellPass an EVP_PKEY for SSL_SECOP_TMP_DH in the security...
2020-10-15  Akshit AkhouryChanging X509at_get0_data_by_OBJ to expect const stack...
2020-10-14  Yury Issyscall_random(): don't fail if the getentropy() functi...
2020-10-13  Ikko AshimineFixed typo in ssl_lib.c
2020-10-06  Benny BaumannAvoid memory leak of parent on allocation failure for...
2020-10-06  Benny BaumannUse size of target buffer for allocation
2020-10-03  drglerEnsure that _GNU_SOURCE is defined for NI_MAXHOST and...
2020-09-22  Matt CaswellPrepare for 1.1.1i-dev 12950/head
2020-09-22  Matt CaswellPrepare for 1.1.1h release OpenSSL_1_1_1h
2020-09-22  Matt CaswellUpdate copyright year
2020-09-22  Matt CaswellUpdates CHANGES and NEWS for the new release
2020-09-21  olszomalAdd const to 'ppin' function parameter
2020-09-21  Norman AshleySupport keys with RSA_METHOD_FLAG_NO_CHECK with OCSP...
2020-09-21  Tomas MrazDisallow certs with explicit curve in verification...
2020-09-21  Tomas MrazEC_KEY: add EC_KEY_decoded_from_explicit_params()
2020-09-20  Henry NFix: ecp_nistz256-armv4.S bad arguments
2020-09-10  Dr. Matthias... Revert two renamings backported from master
2020-09-10  Dr. Matthias... Fix the DRBG seed propagation
2020-09-07  luxinyouFix memory leaks in conf_def.c
2020-09-07  Shane LontisCoverity Fixes
2020-08-28  Richard LevitteFix PEM_write_bio_PrivateKey_traditional() to not outpu...
2020-08-28  Jung-uk KimIgnore vendor name in Clang version number.
2020-08-13  Tomas Mrazsslapitest: Add test for premature call of SSL_export_k... 12650/head
2020-08-13  Tomas MrazAvoid segfault in SSL_export_keying_material if there...
2020-07-30  Matt CaswellFix a test_verify failure
2020-07-24  Gustaf NeumannFix typos and repeated words
2020-07-24  Read HughesUpdate EVP_EncodeInit.pod
2020-07-22  Vitezslav Cizektest/drbgtest.c: Fix error check test
2020-07-22  Nihal Jerefixed swapped parameters descriptions for x509
2020-07-22  Viktor DukhovniAvoid errors with a priori inapplicable protocol bounds
2020-07-20  Dimitri John... man3: Drop warning about using security levels higher...
2020-07-17  Paulidoc: Fix documentation of EVP_EncryptUpdate().
2020-07-16  Dr. David von... x509_vfy.c: Improve key usage checks in internal_verify...
2020-07-16  Dr. David von... Fix issue 1418 by moving check of KU_KEY_CERT_SIGN...
2020-07-15  aSoujyuTanakaEnable WinCE build without deceiving _MSC_VER.
2020-07-15  aSoujyuTanakaTo generate makefile with correct parameters for WinCE.
2020-07-15  aSoujyuTanakaDisable optimiization of BN_num_bits_word() for VS2005...
2020-07-15  aSoujyuTanakaChanged uintptr_t to size_t. WinCE6 doesn't seem it...
2020-07-13  Nicola Tuveri[1.1.1][test] Avoid missing EC_GROUP wrappers
2020-07-12  Billy Brumley[test] ectest: check custom generators
2020-07-09  Glenn Straussimprove SSL_CTX_set_tlsext_ticket_key_cb ref impl
2020-07-07  Nicola Tuveri[test][15-test_genec] Improve EC tests with genpkey
2020-07-07  Nicola Tuveri[apps/genpkey] exit status should not be 0 on output...
2020-07-04  Nicola Tuveri[EC][ASN1] Detect missing OID when serializing EC param...
2020-07-02  Richard LevitteConfigure: Check source and build dir equality a little...
2020-07-02  Miłosz KaniewskiFree pre_proc_exts in SSL_free()
2020-07-01  Paulidoc: remove reference to the predecessor of SHA-1.
2020-06-30  Matt CaswellFix a typo on the SSL_dup page
2020-06-30  Matt CaswellAdd an SSL_dup test
2020-06-30  Matt CaswellDon't attempt to duplicate the BIO state in SSL_dup
2020-06-30  Matt CaswellUpdate the SSL_dup documentation to match reality
2020-06-30  Matt CaswellEnsure that SSL_dup copies the min/max protocol version
2020-06-30  Benny BaumannForce ssl/tls protocol flags to use stream sockets
2020-06-27  Attila SzakacsConfiguration: do not overwrite BASE_unix ex_libs in AIX
2020-06-26  pedro martellettodoc/man3: fix types taken by HMAC(), HMAC_Update()
2020-06-23  Tristan BauerFix wrong return value check of mmap function
2020-06-21  Nicola TuveriRefactor BN_R_NO_INVERSE logic in internal functions
2020-06-19  Matt CaswellMake it clear that you can't use all ciphers for CMAC
2020-06-19  Matt CaswellAdd a CMAC test
2020-06-19  Matt CaswellCorrectly handle the return value from EVP_Cipher(...
2020-06-19  Matt CaswellEnsure we never use a partially initialised CMAC_CTX
2020-06-17  Hubert Kariouse safe primes in ssl_get_auto_dh()
2020-06-16  olszomalCMS_get0_signers() description
2020-06-15  Richard LevitteEVP: allow empty strings to EVP_Decode* functions
2020-06-13  Sebastian Andrzej... doc: Random spellchecking
2020-06-11  Tomas MrazDo not allow dropping Extended Master Secret extension...
2020-06-10  Nicola TuveriTest genpkey app for EC keygen with various args
2020-06-10  Dr. David von... Silence gcc false positive warning on alpn_protos_len...
2020-06-10  Dr. David von... Silence gcc false positive warning on refdatalen in...
2020-06-09  Dr. David von... Fix err checking and mem leaks of BIO_set_conn_port...
2020-06-09  Dr. David von... Replace BUF_strdup() call by OPENSSL_strdup() adding...
2020-06-07  Nicola Tuveri[crypto/ec] Remove unreachable AVX2 code in NISTZ256...
2020-06-06  Benjamin KadukFix a typo in SSL_CTX_set_session_ticket_cb.pod
2020-06-04  Vladimir Kotalenable DECLARE_DEPRECATED macro for Oracle Developer...
2020-06-03  Bernd EdlingerFix a buffer overflow in drbg_ctr_generate
2020-06-02  Jack O'Connorfix a docs typo
2020-06-02  Bernd EdlingerPrevent extended tests run unexpectedly in appveyor
2020-06-01  Bernd EdlingerRevert the check for NaN in %f format
2020-06-01  Dr. David von... Make BIO_do_connect() and friends handle multiple IP...
2020-05-29  Bernd Edlingerbio printf: Avoid using rounding errors in range check
2020-05-28  Patrick SteuerEVP_EncryptInit.pod: fix example
2020-05-28  Patrick SteuerAES CTR-DRGB: performance improvement
2020-05-27  Bernd EdlingerAvoid undefined behavior with unaligned accesses
2020-05-25  Nicola TuveriMore testing for CLI usage of Ed25519 and Ed448 keys
2020-05-25  Nicola TuveriMore testing for sign/verify through `dgst`
2020-05-25  PauliCoverity 1463830: Resource leaks (RESOURCE_LEAK)
2020-05-25  Dr. David von... Fix B<..> vs. I<..> and add two remarks in OSSL_STORE_o...
2020-05-25  Dr. David von... Allow NULL arg to OSSL_STORE_close()
next