summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-10-03Configurations: mips64*-linux-*abin32 needs bn_ops SIXTY_FOUR_BITAdam Joseph
2022-10-02Avoid divide by 0 exceptionKelvin Lee
2022-09-30Fix missing null checkGraham Woodward
2022-09-30ERR: replace remnant ECerr() and EVPerr() calls in crypto/Dr. David von Oheimb
2022-09-30Makefile: Add check-format target, operating on all .c sources and crypto+ssl...Dr. David von Oheimb
2022-09-30internal/asn1.h: Add missing '#include <openssl/bio.h>'Dr. David von Oheimb
2022-09-30Makefile: Exclude dummy header asn1_mac.h from CRYPTOHEADERSDr. David von Oheimb
2022-09-30Makefile: Update but disable 'lint' target, using splint with some quirksDr. David von Oheimb
2022-09-30Makefile: Add SRCS list of all .c (and any .cc and .cpp) filesDr. David von Oheimb
2022-09-3080-test_cmp_http.t: some generalizations and minor improvements of diagnostic...Dr. David von Oheimb
2022-09-29OpenSSL::config: Fix trivial bugsRichard Levitte
2022-09-29OpenSSL::config: Fix VMS guessesRichard Levitte
2022-09-29OpenSSL::config: determine the MSVC target architecture by asking clRichard Levitte
2022-09-29djgpp: Skip test/rsa_complex.cJ.W. Jagersma
2022-09-29djgpp: Set TZ=UTC to convert UTC timestamp to time_tJ.W. Jagersma
2022-09-29djgpp: Define WATT32_NO_OLDIES before including socket headersJ.W. Jagersma
2022-09-29djgpp: Use usleep() for ossl_sleep()J.W. Jagersma
2022-09-29djgpp: Inherit config from BASE_unixJ.W. Jagersma
2022-09-29apps/speed.c: Lock buffer in memoryJuergen Christ
2022-09-28Test TLS extension orderingTodd Short
2022-09-28Configurations/descrip.mms.tmpl: Add another inclusion hackRichard Levitte
2022-09-28test/trace_api_test.c: fix gcc error on -Werror=strict-prototypesDr. David von Oheimb
2022-09-27dgram_pair_read_inner(): Do not move buf pointer if it is NULLTomas Mraz
2022-09-27tls_write_records_default(): Remove unused variableTomas Mraz
2022-09-27A static const variable is implicitly zero initializedTomas Mraz
2022-09-27ssl_log_secret call in tls13_key_updatevisbjn
2022-09-27Fix HPKE and DHKEM for X25519 and X448 on s390xJuergen Christ
2022-09-27Coverity 1515538: resource leakPauli
2022-09-27Coverity 1515540: resource leakPauli
2022-09-26QUIC Flow ControlHugo Landau
2022-09-26Add documentation for the OPENSSL_gmtime functionsTodd Short
2022-09-23Allow PKCS12 export to set arbitrary bag attributesGraham Woodward
2022-09-23Modify test/quic_record_test.c to also depacketizeRichard Levitte
2022-09-23Implement packet type checks in the RX DepacketizerRichard Levitte
2022-09-23Extend the RX Depacketizer frame table with what packet types they are valid inRichard Levitte
2022-09-23Implement the RX DepacketizerRichard Levitte
2022-09-23Move the QUIC_CONNECTION typedef to internal headersRichard Levitte
2022-09-23Fix a record layer mem leakMatt Caswell
2022-09-23Restructure the write codeMatt Caswell
2022-09-23Remove some outstanding TODOsMatt Caswell
2022-09-23Ensure that prefix records use a small bufferMatt Caswell
2022-09-23Move the pipelining code into the record layerMatt Caswell
2022-09-23Resove some outstanding TODOsMatt Caswell
2022-09-23Re-enable the multiblock code and move it into the record layerMatt Caswell
2022-09-23Make sure we call get_max_records() in the record layer codeMatt Caswell
2022-09-23Convert the write record layer to supply proper return valuesMatt Caswell
2022-09-23Remove some miscellaneous references to SSL_CONNECTIONMatt Caswell
2022-09-23Move the record block_padding capability fully into the record layerMatt Caswell
2022-09-23Move the record padding callback fully into the record layerMatt Caswell
2022-09-23Remove use of SSL_CONNECTION_TREAT_AS_TLS13() from the record layerMatt Caswell