aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Fix implementation of `PreferNoDHEKEX` option.Markus Minichmayr2023-11-302-29/+25
* Fix freshly introduced double-free.Viktor Dukhovni2023-11-291-1/+12
* Fix a possible memory leak in ct_move_sctsBernd Edlinger2023-11-281-3/+4
* QUIC TSERVER: Fix erroneously static variableHugo Landau2023-11-271-1/+1
* Make scsv read-onlyHugo Landau2023-11-271-2/+2
* Make nid_to_group read-onlyHugo Landau2023-11-271-1/+1
* Make bitmask table read onlyHugo Landau2023-11-271-2/+2
* Make ssl_cert_info read-onlyHugo Landau2023-11-274-9/+9
* QUIC SRT GEN: Minor updatesHugo Landau2023-11-251-2/+3
* QUIC SRT GEN: Add SRT generatorHugo Landau2023-11-252-1/+84
* Add option `SSL_OP_PREFER_NO_DHE_KEX`, allowing the server to prefer non-dhe ...Markus Minichmayr2023-11-243-8/+34
* IANA has assigned numbers for 2 hybrid PQ KEX widely used in testsDmitry Belyavskiy2023-11-241-0/+2
* QUIC SRTM: Switch to using AES-128-ECBHugo Landau2023-11-231-34/+23
* QUIC SRTM: Harden SRTM in event of allocation failureHugo Landau2023-11-231-15/+71
* QUIC SRTM: Add SRTMHugo Landau2023-11-232-0/+521
* Fix a possible use-after-free in custom_exts_freeBernd Edlinger2023-11-221-0/+2
* Fix a possible memory leak in dane_tlsa_addBernd Edlinger2023-11-221-0/+4
* Move freeing of an old record layer to dtls1_clear_sent_bufferMatt Caswell2023-11-212-12/+16
* zero data in hm_fragment on allocNeil Horman2023-11-211-1/+1
* Correct tag len check when determining how much space we have in the pktMatt Caswell2023-11-151-1/+1
* Keep track of connection credit as we add stream dataMatt Caswell2023-11-153-14/+20
* set_client_ciphersuite(): Fix for potential UB if session->cipher is NULLAlexey Fofanov2023-11-131-0/+4
* Fix a possible memory leak of ssl->s3.tmp.pskBernd Edlinger2023-11-091-0/+4
* After a stream has implicit length don't add more stream related framesMatt Caswell2023-11-091-0/+1
* QUIC TXP: Handle padding correctly for ACK_ONLY archetypeHugo Landau2023-11-081-14/+32
* QUIC TXP: Fix use of implicit-length STREAM frames in presence of PATH_REPSON...Hugo Landau2023-11-081-26/+14
* Fix bug in priority queue remove functionPauli2023-11-081-1/+7
* Fix a possible memory leak in custom_ext_addBernd Edlinger2023-11-081-0/+6
* Correctly track the original length when generating a stream frameMatt Caswell2023-11-061-3/+5
* ossl_quic_new(): Avoid dereferencing NULL qc during cleanupTomas Mraz2023-11-061-1/+1
* ossl_qrl_enc_level_set_provide_secret(): Avoid leaking keyslot in error condi...Tomas Mraz2023-11-061-4/+4
* TLS: Fix use of an uninitialized valueHugo Landau2023-11-021-1/+1
* QUIC WIRE: Refuse integer transport params with trailing body bytesHugo Landau2023-11-021-0/+3
* QUIC CHANNEL: Set reason string for missing tparams extensionHugo Landau2023-11-021-1/+3
* ossl_quic_new(): Fix a leak found by error injectionTomas Mraz2023-11-021-11/+10
* QUIC SSTREAM: Fix bug in ossl_quic_sstream_is_totally_ackedHugo Landau2023-11-021-2/+7
* Fix a possible memory leak in load_builtin_compressionsBernd Edlinger2023-11-021-1/+2
* Don't create an ack frame if one isn't wanted for this pn_spaceMatt Caswell2023-11-011-1/+1
* QUIC APL: Optimise write buffer sizes automaticallyHugo Landau2023-11-011-7/+56
* QUIC TXP: Fix drainage calculationHugo Landau2023-11-011-17/+6
* Check for NULL when freeing the QUIC_TLS objectMatt Caswell2023-10-311-0/+2
* QUIC CHANNEL: Make ping deadline and idle deadline calculation consistentHugo Landau2023-10-301-29/+41
* If the loss detection timer has fired we may not have lost packetsMatt Caswell2023-10-301-2/+2
* Accept longer context for TLS 1.2 exportersDaiki Ueno2023-10-261-0/+9
* ssl_lib: added pointer SSL_CONNECTION check to NULL before dereferencing it i...atishkov2023-10-261-6/+2
* ssl_lib: added pointer SSL and SSL_CONNECTION check to NULL before dereferenc...atishkov2023-10-261-1/+1
* ssl_lib: added pointer SSL and SSL_CONNECTION check to NULL before dereferenc...atishkov2023-10-261-2/+6
* ssl_lib: added pointer SSL_CONNECTION check to NULL before dereferencing it i...atishkov2023-10-261-0/+3
* QUIC CHANNEL: Handle ping deadlines differentlyHugo Landau2023-10-251-0/+9
* QUIC CHANNEL: Tweak crypto buffer sizesHugo Landau2023-10-251-5/+6