openssl.git
2022-10-17 Čestmír KalinaConfigure: add thread-pool and default-thread-pool
2022-10-14 PauliCoverity 1515953: negative loop bound
2022-10-13 Richard LevitteFix LLVM vs Apple LLVM version numbering confusion...
2022-10-13 Juergen ChristAdd translation for ECX group parameter
2022-10-13 Bernd EdlingerFix an occasional CI failure due to unaligned access
2022-10-13 slontisImprove performance of the encoder collection
2022-10-13 Daniel FialaPKCS12_SAFEBAG_set0_attrs: Remove const from function...
2022-10-13 Daniel FialaFix typo in PKCS12_SAFEBAG_set0_attrs
2022-10-13 zhangzhileioptimize ossl_sm4_set_key speed
2022-10-12 Matt CaswellUpdate CHANGES.md and NEWS.md for new release
2022-10-12 Matt CaswellAdd a test for TLSv1.3 only client sending a correct...
2022-10-12 Matt CaswellAdd a test for where a client sends a non-TLSv1.3 key...
2022-10-12 Matt CaswellEnsure that the key share group is allowed for our...
2022-10-12 Matt CaswellFix a return value in tls_default_read_n
2022-10-12 Matt CaswellIntroduce a step to prepare the BIO before writing
2022-10-12 Matt CaswellRemove ktls specific code from tls_setup_write_buffers
2022-10-12 Matt CaswellAdd a post encryption processing step
2022-10-12 Matt CaswellAdd a prepare for encryption step
2022-10-12 Matt CaswellMove record padding out of tls_common.c
2022-10-12 Matt CaswellDon't check whether we are using KTLS before calling...
2022-10-12 Matt CaswellDefer record header preparation to the protocol methods
2022-10-12 Matt CaswellAbstract out the record type processing
2022-10-12 Matt CaswellDefer write buffer and WPACKET allocation/initialisatio...
2022-10-12 Matt CaswellRemove an old TODO from the code
2022-10-12 Matt CaswellUse the configured max_send_fragment value in the write...
2022-10-12 Matt CaswellRemove enc_write_state
2022-10-12 Matt CaswellRemove some unneeded usage of the SSL_CONNECTION object
2022-10-12 Matt CaswellRemove most of the DTLS special casing from the write...
2022-10-12 Matt CaswellConvert the TLSv1.3 crypto code to the new write record...
2022-10-12 zhuchenAdd vpaes-loongarch64.pl module.
2022-10-12 zhuchenAdd LoongArch64 cpuid and OPENSSL_loongarchcap_P
2022-10-12 FdaSilvaYYnit: fix some pointer comparisons
2022-10-12 FdaSilvaYYapps & al : Fix various typos, repeated words, align...
2022-10-12 FdaSilvaYYFix various typos, repeated words, align some spelling...
2022-10-12 FdaSilvaYYcrypto/*: Fix various typos, repeated words, align...
2022-10-12 FdaSilvaYYcrypto: Fix various typos, repeated words, align some...
2022-10-11 Tomas Mrazeckey_priv_encode(): Call ASN1_STRING_free() only on...
2022-10-10 Paulitest: condition out code that relies on CHACHA.
2022-10-10 Richard LevitteAlign util/libcrypto.num with the openssl-3.0 branch
2022-10-09 Thiago SuchorskiFixed some grammar and spelling
2022-10-07 Tomas MrazFix older clang warning on initialization
2022-10-07 Tomas MrazAdd design document for the QUIC Stream Receive Buffers...
2022-10-07 James Muirset MGF1 digest correctly
2022-10-07 Matt CaswellUpdate the SSL_CTX_set1_groups documentation
2022-10-07 Matt CaswellAdd some more brainpool tests for TLSv1.3
2022-10-07 Matt CaswellReimplement brainpool TLSv1.3 support group support
2022-10-07 Matt CaswellPartial revert and reimplement "Enable brainpool curves...
2022-10-07 Richard LevitteFix crypto/dso/dso_vms.c
2022-10-07 Richard LevitteChange all references to OpenSSL 3.1 to OpenSSL 3.2...
2022-10-06 Richard LevitteVMS: For executables, process the use of /INCLUDE=main...
2022-10-06 Richard LevitteRename ossl_sleep calls to OSSL_sleep everywhere
2022-10-06 Richard LevitteRename ossl_sleep() to OSSL_sleep() and make it public
2022-10-05 Matt CaswellMove the SSLv3 crypto code into the new record layer
2022-10-05 Matt CaswellEnable the ability to query the COMP_METHOD being used...
2022-10-05 Matt CaswellConvert the TLSv1.0/1.1/1.2 crypto code to use the...
2022-10-05 Hugo LandauQUIC Send Stream Management
2022-10-05 Tomas MrazFix regression in i2d_re_X509_REQ_tbs()
2022-10-05 Richard LevitteAdd {lib}_R_{lib}_LIB, for our engines and other "exter...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-10-05 Richard LevitteAdapt CRYPTO_secure_malloc() like CRYPTO_malloc()
2022-10-04 Tomas MrazCRYPTO_THREAD_lock_new(): Avoid infinite recursion...
2022-10-04 Tomas Mrazerr_set_debug(): Prevent possible recursion on malloc...
2022-10-04 Cameron Gutmanarmcap: skip probing _armv7_tick()
2022-10-04 Daniel FialaDisable printf format checking on MinGW
2022-10-04 Richard LevitteVMS: use selective search when linking with shareable...
2022-10-04 Kazuki YamaguchiFix error propagatation in BN_check_prime()
2022-10-04 Daniel FialaFix examples related to BIO_do_accept
2022-10-04 Steven Collisons_client: Support interactive reconnect command
2022-10-03 Matt CaswellTest usage of a custom EVP_CIPHER
2022-10-03 Matt CaswellEnsure we call the cleanup() function when cleaning...
2022-10-03 Matt CaswellFix usage of custom EVP_CIPHER objects
2022-10-03 Job SnijdersAdd Content Type OID for RPKI id-ct-signedTAL
2022-10-03 Adam JosephConfigurations: mips64*-linux-*abin32 needs bn_ops...
2022-10-02 Kelvin LeeAvoid divide by 0 exception
2022-09-30 Graham WoodwardFix missing null check
2022-09-30 Dr. David von... ERR: replace remnant ECerr() and EVPerr() calls in...
2022-09-30 Dr. David von... Makefile: Add check-format target, operating on all...
2022-09-30 Dr. David von... internal/asn1.h: Add missing '#include <openssl/bio.h>'
2022-09-30 Dr. David von... Makefile: Exclude dummy header asn1_mac.h from CRYPTOHE...
2022-09-30 Dr. David von... Makefile: Update but disable 'lint' target, using splin...
2022-09-30 Dr. David von... Makefile: Add SRCS list of all .c (and any .cc and...
2022-09-30 Dr. David von... 80-test_cmp_http.t: some generalizations and minor...
2022-09-29 Richard LevitteOpenSSL::config: Fix trivial bugs
2022-09-29 Richard LevitteOpenSSL::config: Fix VMS guesses
2022-09-29 Richard LevitteOpenSSL::config: determine the MSVC target architecture...
2022-09-29 J.W. Jagersmadjgpp: Skip test/rsa_complex.c
2022-09-29 J.W. Jagersmadjgpp: Set TZ=UTC to convert UTC timestamp to time_t
2022-09-29 J.W. Jagersmadjgpp: Define WATT32_NO_OLDIES before including socket...
2022-09-29 J.W. Jagersmadjgpp: Use usleep() for ossl_sleep()
2022-09-29 J.W. Jagersmadjgpp: Inherit config from BASE_unix
2022-09-28 Juergen Christapps/speed.c: Lock buffer in memory
2022-09-28 Todd ShortTest TLS extension ordering
2022-09-28 Richard LevitteConfigurations/descrip.mms.tmpl: Add another inclusion...
2022-09-28 Dr. David von... test/trace_api_test.c: fix gcc error on -Werror=strict...
2022-09-27 Tomas Mrazdgram_pair_read_inner(): Do not move buf pointer if...
2022-09-27 Tomas Mraztls_write_records_default(): Remove unused variable
2022-09-27 Tomas MrazA static const variable is implicitly zero initialized
2022-09-27 visbjnssl_log_secret call in tls13_key_update
2022-09-27 Juergen ChristFix HPKE and DHKEM for X25519 and X448 on s390x
2022-09-27 PauliCoverity 1515538: resource leak
next