summaryrefslogtreecommitdiff
path: root/ssl/statem/statem_clnt.c
Commit message (Expand)AuthorAgeFilesLines
* Do not send the empty renegotiation info SCSV in QUICTomas Mraz2023-05-021-1/+3
* RFC7250 (RPK) supportTodd Short2023-03-281-31/+153
* Added `CERTIFICATE_VERIFY_MAX_LENGTH` constantVeronikaNguyen2023-03-211-1/+1
* first cut at sigalg loadingMichael Baentsch2023-02-241-6/+12
* Extend the new_record_layer functionMatt Caswell2023-01-241-4/+5
* Make error reason for disallowed legacy sigalg more specificTomas Mraz2022-12-131-1/+2
* Remove remaining refs to enc_(write|read)_ctx/(read|write)_hashMatt Caswell2022-11-141-4/+14
* Add zlib oneshot compressionTodd Short2022-11-071-1/+1
* Fix coverity 1516094 uninitTodd Short2022-10-211-1/+4
* Remove some redundant codeMatt Caswell2022-10-201-1/+1
* Add `for_comp` flag when retrieving certs for compressionTodd Short2022-10-181-2/+2
* Update COMP_METHODTodd Short2022-10-181-3/+3
* Add support for compressed certificates (RFC8879)Todd Short2022-10-181-5/+157
* Convert the TLSv1.3 crypto code to the new write record layerMatt Caswell2022-10-121-9/+16
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-19/+18
* Move logic for figuring out the record version out of record layerMatt Caswell2022-09-231-1/+4
* Use an enum for the return value from a construction functionMatt Caswell2022-09-201-31/+33
* ssl: modify libssl so that it uses OSSL_TIMEPauli2022-09-131-1/+1
* Move some fields out of the SSL object and into the record layer objectMatt Caswell2022-08-181-1/+1
* Remove some use of SSL object from record layerMatt Caswell2022-08-181-0/+2
* SSL object refactoring using SSL_CONNECTION objectTomas Mraz2022-07-281-157/+204
* Check for EVP_MD being NULL inside ssl.slontis2022-07-131-2/+4
* Use safe pattern for buffer size determining in case of GOST key exchangeDmitry Belyavskiy2022-05-241-6/+8
* Update copyright yearMatt Caswell2022-05-031-1/+1
* tls_process_server_hello: Disallow repeated HRRTomas Mraz2022-03-301-0/+4
* Replace handling of negative verification result with SSL_set_retry_verify()Tomas Mraz2022-03-141-3/+4
* ssl: better support TSAN operationsPauli2022-01-191-1/+1
* Delete unused param about get_construct_message_fyangyangtiantianlonglong2022-01-091-1/+1
* Fix: some patches related to error exitingPeiwei Hu2022-01-071-1/+1
* fix the return check of EVP_PKEY_CTX_ctrl() in 5 spotsxkernel2022-01-071-3/+3
* properly free the resource from CRYPTO_mallocxkernel2022-01-061-2/+2
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-211-1/+1
* Fix invalid handling of verify errors in libsslMatt Caswell2021-12-141-1/+1
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* tls_process_{client,server}_certificate(): allow verify_callback return > 1Dr. David von Oheimb2021-07-211-4/+0
* Avoid "excessive message size" for session ticketsMatt Caswell2021-07-061-1/+2
* Optimize session cache flushingTodd Short2021-06-101-5/+2
* tls: remove TODOsPauli2021-06-021-6/+3
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-5/+6
* ssl: ass size_t to RAND_bytes_ex()Pauli2021-06-011-3/+3
* ssl: add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-4/+4
* Use "" for include internal/xxxRich Salz2021-05-271-1/+1
* Promote SSL_get_negotiated_group() for non-TLSv1.3Benjamin Kaduk2021-05-151-0/+2
* Use OCSP-specific error code for clarityDmitry Belyavskiy2021-05-011-1/+2
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-121-1/+1
* Fix typo in statem_clnt.cNan Xiao2021-04-091-1/+1
* Ensure buffer/length pairs are always in syncMatt Caswell2021-03-251-1/+6
* ssl: fix coverity 1451515: out of bounds memory accessPauli2021-03-181-0/+1
* Add ossl_gost symbolsShane Lontis2021-03-181-4/+4
* ssl: support params arguments to init functionsPauli2021-03-121-1/+2