Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Matt Caswell 732435026b Resolve a TODO in ssl3_dispatch_alert 1 gadu atpakaļ
  Matt Caswell 6d814fd607 Remove compress/expand fields from SSL_CONNECTION 1 gadu atpakaļ
  Matt Caswell f471f60a8a Remove remaining refs to enc_(write|read)_ctx/(read|write)_hash 1 gadu atpakaļ
  Matt Caswell 7eb39ecb29 Make SSL_alloc_buffers() and SSL_free_buffers() work again 1 gadu atpakaļ
  Tomas Mraz a8086e6bfc stack: Do not add error if pop/shift/value accesses outside of the stack 1 gadu atpakaļ
  Matt Caswell cd6e89b6b6 Move freeing of BIOs as late as possible 1 gadu atpakaļ
  Matt Caswell b92fc4ae18 Remove some redundant code 1 gadu atpakaļ
  Matt Caswell e158ada6a7 Remove the old buffer management code 1 gadu atpakaļ
  Matt Caswell faa3e66c27 Remove some TODO(RECLAYER) comments now that DTLS has been moved 1 gadu atpakaļ
  Todd Short b67cb09f8d Add support for compressed certificates (RFC8879) 3 gadi atpakaļ
  Matt Caswell 435d88d708 Use the configured max_send_fragment value in the write record layer 2 gadi atpakaļ
  FdaSilvaYY 9929c81702 apps & al : Fix various typos, repeated words, align some spelling to LDP. 2 gadi atpakaļ
  Matt Caswell 1e76110b72 Enable the ability to query the COMP_METHOD being used in the record layer 2 gadi atpakaļ
  Richard Levitte e077455e9e Stop raising ERR_R_MALLOC_FAILURE in most places 2 gadi atpakaļ
  Matt Caswell 9ff5195423 Fix a record layer mem leak 2 gadi atpakaļ
  Matt Caswell eb7d6c2a9b Move the record block_padding capability fully into the record layer 2 gadi atpakaļ
  Matt Caswell b5cf81f7c9 Replace references to s->wbio with rl->bio 2 gadi atpakaļ
  Matt Caswell 2b71b04220 Create the write record layer method and object and use it 2 gadi atpakaļ
  Dr. David von Oheimb 30eba7f359 stack.c: add missing direct error reporting and improve coding style 2 gadi atpakaļ
  Pauli f0131dc04a ssl: modify libssl so that it uses OSSL_TIME 2 gadi atpakaļ
  Matt Caswell 4566dae723 Ensure various record layer options can be updated 2 gadi atpakaļ
  Matt Caswell cffafb5f57 Move some fields out of the SSL object and into the record layer object 2 gadi atpakaļ
  Matt Caswell 4564b47d75 Remove some TODO(RECLAYER) comments 2 gadi atpakaļ
  Matt Caswell 81c9ebd909 Remove some unnecessary function pointers from OSSL_RECORD_METHOD 2 gadi atpakaļ
  Matt Caswell 222cf410d5 Remove reliance on the SSL object from the DTLS read record layer code 2 gadi atpakaļ
  Matt Caswell eddb067e2c Move some DTLS read code into the read record layer 2 gadi atpakaļ
  Matt Caswell 8124ab56d4 Remove some final references to the SSL object in the record layer 2 gadi atpakaļ
  Matt Caswell 359affdead Add support for moving data from one epoch to the next 2 gadi atpakaļ
  Matt Caswell 7c2939999f Distinguish between fatal and non-fatal errors when creating a record layer 2 gadi atpakaļ
  Matt Caswell cc110a0aae Implement KTLS in the new read record layer code 2 gadi atpakaļ