openssl.git
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
2022-09-23 Matt CaswellUse the record layer msg_callback not the SSL object...
2022-09-23 Matt CaswellMove checking for alerts to dispatch out of the record...
2022-09-23 Matt CaswellCreate the write record layer method and object and...
2022-09-23 Matt CaswellMove initial TLS write record layer code into new structure
2022-09-23 Tianjia Zhangtest: Fix memory leak of asynctest
2022-09-23 Tomas MrazMaximum return value of BIO_ctrl_(w)pending is SIZE_MAX
2022-09-23 Tomas MrazFix error return values from BIO_ctrl_(w)pending()
2022-09-23 PauliAdd design document for the QUIC connection ID cache.
2022-09-23 Pauliupdate overview with a note about many to one connectio...
2022-09-23 Hugo LandauFix BIO_dgram_pair stochastic test failure
2022-09-23 Daniel FialaClear incorrectly reported errors in d2i_CMS_ContentInfo
2022-09-23 slontisAdd HPKE DHKEM provider support for EC, X25519 and...
2022-09-23 olszomalOSSL_PROVIDER_set_default_search_path() return value
2022-09-23 Hugo LandauBIO_s_dgram_pair
2022-09-22 Matt CaswellAdd additional messages to the DTLS dropped records...
2022-09-22 Matt CaswellCorrectly handle a retransmitted ClientHello
2022-09-22 Hugo LandauAdd deferred datagram limit to QUIC Record Layer RX
2022-09-21 PauliCoverity 1515415: NULL dereference
2022-09-21 PauliRemove unnecessary define
2022-09-21 PauliRuntime detect FIPS RNG usage in test
2022-09-21 PauliRemove FIPS condition on IV gen test.
2022-09-21 PauliRemove FIPS condition on SM2 test.
2022-09-20 Dr. David von... APPS: Move load_csr_autofmt() from apps/cmp.c to apps...
2022-09-20 Dr. David von... apps/x509.c: Remove legacy call to OBJ_create()
2022-09-20 Daniel FialaCheck that sk_SSL_CIPHER_value returns non-NULL value.
2022-09-20 Patrik SevalliusAlways use FORMAT_BINARY for infile
2022-09-20 Patrik SevalliusUpdate documentation, standard input is expected to...
2022-09-20 Matt CaswellUse an enum for the return value from a construction...
2022-09-20 Matt CaswellIf a ticket key callback returns 0 in TLSv1.3 don't...
2022-09-20 Matt CaswellTest a 0 return from the ticket key callback
2022-09-19 Tomas MrazFix detection of ktls support in cross-compile environm...
2022-09-18 Daniel FialaAdd an EVP demo for AES key wrap
2022-09-16 David von Oheimb80-test_ssl_new.t: make dependencies on CTLOG_FILE...
2022-09-16 Dr. David von... stack.c: add missing direct error reporting and improve...
2022-09-16 Dr. David von... x509_vpm.c: add missing direct error reporting and...
2022-09-16 David von OheimbX509_STORE_CTX_set_default(): improve error handling...
2022-09-16 Daniel FialaAdd tests for trace_api.
2022-09-16 Daniel FialaAdd documentation and test for EVP_PBE_alg_add
2022-09-15 PauliAdd CI to test old FIPS provider versions
2022-09-15 Tomas MrazWith fips provider 3.0.0 skip tests related to explicit...
2022-09-15 Tomáš MrázEVP_PKEY_eq: regain compatibility with the 3.0.0 FIPS...
2022-09-15 PauliFix default padding regression against 3.0.0 FIPS provider
2022-09-15 PauliTDES: fix test with old FIPS provider
2022-09-15 Paulievp_test: allow FIPS provider version based escapes...
2022-09-15 Paulitest: make unit tests FIPS provider version aware
2022-09-15 Akshat MaheshwariFix a typo in the function name
2022-09-15 K1Add support for PBE using hmacWithSM3
2022-09-15 Richard Levitteutil/wrap.pl.in: Use parentheses so `kill` gets all...
2022-09-14 Hugo LandauAdd support for loading root CAs from Windows crypto API
2022-09-14 Hugo LandauFix URI handling in SSL_CERT_DIR/introduce SSL_CERT_URI env
next