summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* eckey_priv_encode(): Call ASN1_STRING_free() only on an ASN1_STRINGTomas Mraz2022-10-111-9/+9
* test: condition out code that relies on CHACHA.Pauli2022-10-102-3/+27
* Align util/libcrypto.num with the openssl-3.0 branchRichard Levitte2022-10-101-2/+2
* Fixed some grammar and spellingThiago Suchorski2022-10-0911-64/+64
* Fix older clang warning on initializationTomas Mraz2022-10-071-1/+4
* Add design document for the QUIC Stream Receive Buffers moduleTomas Mraz2022-10-071-0/+131
* set MGF1 digest correctlyJames Muir2022-10-072-3/+61
* Update the SSL_CTX_set1_groups documentationMatt Caswell2022-10-071-7/+9
* Add some more brainpool tests for TLSv1.3Matt Caswell2022-10-073-451/+666
* Reimplement brainpool TLSv1.3 support group supportMatt Caswell2022-10-079-11/+52
* Partial revert and reimplement "Enable brainpool curves for TLS1.3"Matt Caswell2022-10-077-82/+6
* Fix crypto/dso/dso_vms.cRichard Levitte2022-10-071-0/+3
* Change all references to OpenSSL 3.1 to OpenSSL 3.2 in the master branchRichard Levitte2022-10-0742-117/+118
* VMS: For executables, process the use of /INCLUDE=main a bit differentlyRichard Levitte2022-10-061-8/+11
* Rename ossl_sleep calls to OSSL_sleep everywhereRichard Levitte2022-10-066-11/+9
* Rename ossl_sleep() to OSSL_sleep() and make it publicRichard Levitte2022-10-067-45/+157
* Move the SSLv3 crypto code into the new record layerMatt Caswell2022-10-056-244/+25
* Enable the ability to query the COMP_METHOD being used in the record layerMatt Caswell2022-10-0512-26/+60
* Convert the TLSv1.0/1.1/1.2 crypto code to use the new write record layerMatt Caswell2022-10-057-99/+184
* QUIC Send Stream ManagementHugo Landau2022-10-0510-387/+1642
* Fix regression in i2d_re_X509_REQ_tbs()Tomas Mraz2022-10-051-3/+1
* Add {lib}_R_{lib}_LIB, for our engines and other "external" modulesRichard Levitte2022-10-053-3/+19
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-05380-2778/+2220
* Adapt CRYPTO_secure_malloc() like CRYPTO_malloc()Richard Levitte2022-10-051-3/+13
* CRYPTO_THREAD_lock_new(): Avoid infinite recursion on allocation errorTomas Mraz2022-10-053-9/+6
* err_set_debug(): Prevent possible recursion on malloc failureTomas Mraz2022-10-041-2/+6
* armcap: skip probing _armv7_tick()Cameron Gutman2022-10-041-5/+5
* Disable printf format checking on MinGWDaniel Fiala2022-10-043-1/+5
* VMS: use selective search when linking with shareable imagesRichard Levitte2022-10-041-31/+42
* Fix error propagatation in BN_check_prime()Kazuki Yamaguchi2022-10-041-2/+3
* Fix examples related to BIO_do_acceptDaniel Fiala2022-10-042-2/+9
* s_client: Support interactive reconnect commandSteven Collison2022-10-041-0/+10
* Test usage of a custom EVP_CIPHERMatt Caswell2022-10-031-2/+85
* Ensure we call the cleanup() function when cleaning an EVP_CIPHER_CTXMatt Caswell2022-10-031-0/+2
* Fix usage of custom EVP_CIPHER objectsMatt Caswell2022-10-032-4/+7
* Add Content Type OID for RPKI id-ct-signedTALJob Snijders2022-10-035-5/+17
* Configurations: mips64*-linux-*abin32 needs bn_ops SIXTY_FOUR_BITAdam Joseph2022-10-031-1/+1
* Avoid divide by 0 exceptionKelvin Lee2022-10-021-1/+1
* Fix missing null checkGraham Woodward2022-09-301-2/+2
* ERR: replace remnant ECerr() and EVPerr() calls in crypto/Dr. David von Oheimb2022-09-304-7/+7
* Makefile: Add check-format target, operating on all .c sources and crypto+ssl...Dr. David von Oheimb2022-09-301-0/+5
* internal/asn1.h: Add missing '#include <openssl/bio.h>'Dr. David von Oheimb2022-09-301-0/+2
* Makefile: Exclude dummy header asn1_mac.h from CRYPTOHEADERSDr. David von Oheimb2022-09-301-1/+2
* Makefile: Update but disable 'lint' target, using splint with some quirksDr. David von Oheimb2022-09-301-1/+4
* Makefile: Add SRCS list of all .c (and any .cc and .cpp) filesDr. David von Oheimb2022-09-301-0/+8
* 80-test_cmp_http.t: some generalizations and minor improvements of diagnostic...Dr. David von Oheimb2022-09-301-25/+35
* OpenSSL::config: Fix trivial bugsRichard Levitte2022-09-291-2/+6
* OpenSSL::config: Fix VMS guessesRichard Levitte2022-09-291-6/+10
* OpenSSL::config: determine the MSVC target architecture by asking clRichard Levitte2022-09-292-6/+47
* djgpp: Skip test/rsa_complex.cJ.W. Jagersma2022-09-291-4/+9