openssl.git
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
2022-09-27 PauliCoverity 1515540: resource leak
2022-09-26 Hugo LandauQUIC Flow Control
2022-09-26 Todd ShortAdd documentation for the OPENSSL_gmtime functions
2022-09-23 Graham WoodwardAllow PKCS12 export to set arbitrary bag attributes
2022-09-23 Richard LevitteModify test/quic_record_test.c to also depacketize
2022-09-23 Richard LevitteImplement packet type checks in the RX Depacketizer
2022-09-23 Richard LevitteExtend the RX Depacketizer frame table with what packet...
2022-09-23 Richard LevitteImplement the RX Depacketizer
2022-09-23 Richard LevitteMove the QUIC_CONNECTION typedef to internal headers
2022-09-23 Matt CaswellFix a record layer mem leak
2022-09-23 Matt CaswellRestructure the write code
2022-09-23 Matt CaswellRemove some outstanding TODOs
2022-09-23 Matt CaswellEnsure that prefix records use a small buffer
2022-09-23 Matt CaswellMove the pipelining code into the record layer
2022-09-23 Matt CaswellResove some outstanding TODOs
2022-09-23 Matt CaswellRe-enable the multiblock code and move it into the...
2022-09-23 Matt CaswellMake sure we call get_max_records() in the record layer...
2022-09-23 Matt CaswellConvert the write record layer to supply proper return...
2022-09-23 Matt CaswellRemove some miscellaneous references to SSL_CONNECTION
2022-09-23 Matt CaswellMove the record block_padding capability fully into...
2022-09-23 Matt CaswellMove the record padding callback fully into the record...
2022-09-23 Matt CaswellRemove use of SSL_CONNECTION_TREAT_AS_TLS13() from...
2022-09-23 Matt CaswellMove need_empty_fragments inside the record layer
2022-09-23 Matt CaswellRemove empty_fragment_done
2022-09-23 Matt CaswellMove logic for figuring out the record version out...
2022-09-23 Matt CaswellMove numwpipes in the write record layer
2022-09-23 Matt CaswellMove write buffer management into the write record...
2022-09-23 Matt CaswellReplace references to s->wbio with rl->bio
next