openssl.git
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
2022-09-14 Richard LevitteFix the OSSL_TIME fallback in include/internal/e_os.h
2022-09-13 Hugo LandauQUIC QRL: Fix bug in Handshake packet processing
2022-09-13 Tomas MrazFix AES-GCM on Power 8 CPUs
2022-09-13 Paulidesign: TX Packetiser
2022-09-13 PauliFix white space
2022-09-13 Paulilibcrypto: remove reliance on struct timeval
2022-09-13 Paulitime: move OSSL_TIME to libcrypto
2022-09-13 PauliAvoid struct timeval in QUIC code
2022-09-13 Paulissl: modify libssl so that it uses OSSL_TIME
2022-09-13 Paulitime: add some additional utilities and document everything
2022-09-13 Dr. David von... apps/openssl-vms.cnf: reflect latest changes by 'make...
2022-09-13 Dr. David von... Revert (most of) "Makefile: Generate crypto objects...
2022-09-13 Richard LevitteChecking __STDC_VERSION__ rather than __STRICT_ANSI__
2022-09-12 David CarlierOSSL_CRYPTO_ALLOC attribute introduction proposal.
2022-09-12 Michael Baentschupdate oqsprovider/liboqs to v0.7.2
2022-09-12 Paul YangFix PROV_RC5_CTX's original structure name
2022-09-12 Tom CosgroveFix tests when configured with -DOPENSSL_USE_IPV6=0
2022-09-11 Paulilist: add an option to list all available algorithms
2022-09-10 Dr. David von... crypto/x509/{x509_req,x_all}.c: add some NULL parameter...
2022-09-10 Gibeom GwonX509 x_all.c: Set 'modified' flag when ASN1_item_sign...
2022-09-10 Gibeom GwonX509 x509_req.c: Set 'modified' flag when X509_req_info...
2022-09-09 a1346054openssl.cnf: split option value and comment and remove...
2022-09-09 Todd ShortCleanup EBCDIC string defintions
2022-09-09 Matt CaswellAdd some API tests for TLSv1.3 record padding
2022-09-09 Gang Chencrypto/conf: gcc build warning fix
2022-09-09 Juergen Christs390x: fix ecx derive
2022-09-09 Todd ShortRemove perror() usage in library
2022-09-08 Tomas Mrazbio_dgram_test.c: Fix warning from older clang compilers
2022-09-08 Daniel FialaAdd an EVP demo for key encoding using EC
2022-09-08 Hugo LandauFix BIO_sendmmsg/BIO_recvmmsg issues on FreeBSD
2022-09-08 Tristan LelongFix undefined ipi_spec_dst for cygwin build.
2022-09-07 Dr. David von... apps/lib/http_server.{c,h}: clean up logging and move...
2022-09-07 Dr. David von... apps/ocsp.c etc.: rename 'multi' to 'n_responders'...
2022-09-07 Dr. David von... APPS HTTP server: trace requests and responses when...
2022-09-07 Dr. David von... OSSL_trace_enabled.pod: add missing synopsis for OSSL_T...
2022-09-07 PauliCoverity: explicit null dereference
2022-09-07 Tomas MrazInitial congestion control API design
2022-09-07 Tomas MrazFix build failure on freebsd due to missing data declar...
2022-09-06 PauliCoverity 1513478: negative return
2022-09-05 xtkobatest/pkcs12_api_test.c: fix failure on MinGW
next