aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Push unprocessed DTLS records from one record layer object to nextMatt Caswell2022-08-181-97/+27
* Remove reliance on the SSL object from the DTLS read record layer codeMatt Caswell2022-08-1813-230/+261
* Move some DTLS read code into the read record layerMatt Caswell2022-08-1819-909/+1027
* Remove some final references to the SSL object in the record layerMatt Caswell2022-08-1814-232/+170
* Remove the separation betweeen enc_read_ctx and enc_write_ctxMatt Caswell2022-08-185-85/+52
* Enable the record layer to call the ssl_security callbackMatt Caswell2022-08-184-6/+20
* Use a record layer specific message callbackMatt Caswell2022-08-184-16/+30
* Move early data counting out of the SSL object and into the record layerMatt Caswell2022-08-189-26/+128
* Move the sequence number into the OSSL_RECORD_LAYER objectMatt Caswell2022-08-187-35/+19
* Remove use of SSL object for fragment length checking in record layerMatt Caswell2022-08-185-14/+36
* Remove use of ossl_statem_in_error() from the record layerMatt Caswell2022-08-181-4/+4
* Make the record layer directly aware of EtMMatt Caswell2022-08-1814-111/+200
* Remove SSL_USE_EXPLICT_IV() from the record layer methodsMatt Caswell2022-08-183-4/+7
* Remove some use of SSL object from record layerMatt Caswell2022-08-183-1/+5
* Update the oqs-provider submodule to a more recent commitMatt Caswell2022-08-182-4/+0
* Disallow SSL2_VERSION record version in an SSLv3 record headerMatt Caswell2022-08-181-0/+12
* Fix some no-comp compilation failuresMatt Caswell2022-08-183-9/+9
* Add support for moving data from one epoch to the nextMatt Caswell2022-08-187-37/+123
* Add a test for read_ahead data crossing a key changeMatt Caswell2022-08-181-0/+69
* Remove unneccesary KTLS code from non-KTLS specific filesMatt Caswell2022-08-1812-377/+639
* Move ktls.c into the record layerMatt Caswell2022-08-184-356/+343
* Distinguish between fatal and non-fatal errors when creating a record layerMatt Caswell2022-08-1813-153/+192
* Implement KTLS in the new read record layer codeMatt Caswell2022-08-1817-174/+443
* Move protocol version specific code into separate filesMatt Caswell2022-08-1812-1288/+1360
* Ensure various SSL options are passed down to the record layerMatt Caswell2022-08-189-94/+166
* Convert TLSv1.3 code to use the new read side record layerMatt Caswell2022-08-182-65/+274
* Convert SSLv3 code to use the new read side record layerMatt Caswell2022-08-182-105/+388
* Move Record layer methods code into a sub-directoryMatt Caswell2022-08-184-22/+38
* Move the TLS1.0/1.1/1.2 record crypto code into the new record layerMatt Caswell2022-08-188-174/+1024
* Convert ssl3_get_record to tls_read_recordMatt Caswell2022-08-1811-883/+1019
* Add a DTLSv1_listen() testMatt Caswell2022-08-185-17/+107
* Transfer the functionality from ssl3_read_n to the new record layerMatt Caswell2022-08-1817-254/+660
* Make settings and options parameters const in recordmethod.hMatt Caswell2022-08-181-2/+3
* Add a skeleton TLS record methodMatt Caswell2022-08-182-1/+115
* Fix compilation issues in the imported recordmethod.hMatt Caswell2022-08-181-21/+22
* Add the recordmethod header from the draft designMatt Caswell2022-08-181-0/+238
* Update session timeout code with OSSL_TIMETodd Short2022-08-183-33/+21
* Add some documentation for X509_gmtime_adj()Matt Caswell2022-08-182-17/+21
* Add CODE-OF-CONDUCT.mdDr. Matthias St. Pierre2022-08-181-0/+6
* cms: Create test for for purpose verification in cms applicationLutz Jaenicke2022-08-184-1/+113
* X509: add tests for purpose code signing in verify applicationLutz Jaenicke2022-08-189-3/+150
* X509: Add "code sign" as purpose for verification of certificatesLutz Jaenicke2022-08-186-3/+74
* crypto/x509/x509_vpm.c: update format of X509_VERIFY_PARAM default_tableLutz Jaenicke2022-08-181-5/+10
* Clarify documentation in regards to EC key parametersTomas Mraz2022-08-182-1/+6
* Add testcases for EVP_PKEY_get1_encoded_public_keyTomas Mraz2022-08-181-0/+12
* ec_kmgmt.c: Do not crash when getting OSSL_PKEY_PARAM_ENCODED_PUBLIC_KEYTomas Mraz2022-08-181-3/+10
* Fix ossl_x509v3_cache_extensions(): EXFLAG_NO_FINGERPRINT should not be an errorDr. David von Oheimb2022-08-183-27/+12
* Rename "RX Frame Handler" to "RX Depacketizer" in the overviewRichard Levitte2022-08-182-70/+70
* RX depacketizer (QUIC)Richard Levitte2022-08-182-0/+197
* Fix memory leak in BN_rand_range()valdaarhun2022-08-171-0/+5