summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-10-12apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-10-12Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-10-12crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-10-12crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-10-11eckey_priv_encode(): Call ASN1_STRING_free() only on an ASN1_STRINGTomas Mraz
2022-10-10test: condition out code that relies on CHACHA.Pauli
2022-10-10Align util/libcrypto.num with the openssl-3.0 branchRichard Levitte
2022-10-09Fixed some grammar and spellingThiago Suchorski
2022-10-07Fix older clang warning on initializationTomas Mraz
2022-10-07Add design document for the QUIC Stream Receive Buffers moduleTomas Mraz
2022-10-07set MGF1 digest correctlyJames Muir
2022-10-07Update the SSL_CTX_set1_groups documentationMatt Caswell
2022-10-07Add some more brainpool tests for TLSv1.3Matt Caswell
2022-10-07Reimplement brainpool TLSv1.3 support group supportMatt Caswell
2022-10-07Partial revert and reimplement "Enable brainpool curves for TLS1.3"Matt Caswell
2022-10-07Fix crypto/dso/dso_vms.cRichard Levitte
2022-10-07Change all references to OpenSSL 3.1 to OpenSSL 3.2 in the master branchRichard Levitte
2022-10-06VMS: For executables, process the use of /INCLUDE=main a bit differentlyRichard Levitte
2022-10-06Rename ossl_sleep calls to OSSL_sleep everywhereRichard Levitte
2022-10-06Rename ossl_sleep() to OSSL_sleep() and make it publicRichard Levitte
2022-10-05Move the SSLv3 crypto code into the new record layerMatt Caswell
2022-10-05Enable the ability to query the COMP_METHOD being used in the record layerMatt Caswell
2022-10-05Convert the TLSv1.0/1.1/1.2 crypto code to use the new write record layerMatt Caswell
2022-10-05QUIC Send Stream ManagementHugo Landau
2022-10-05Fix regression in i2d_re_X509_REQ_tbs()Tomas Mraz
2022-10-05Add {lib}_R_{lib}_LIB, for our engines and other "external" modulesRichard Levitte
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-10-05Adapt CRYPTO_secure_malloc() like CRYPTO_malloc()Richard Levitte
2022-10-05CRYPTO_THREAD_lock_new(): Avoid infinite recursion on allocation errorTomas Mraz
2022-10-04err_set_debug(): Prevent possible recursion on malloc failureTomas Mraz
2022-10-04armcap: skip probing _armv7_tick()Cameron Gutman
2022-10-04Disable printf format checking on MinGWDaniel Fiala
2022-10-04VMS: use selective search when linking with shareable imagesRichard Levitte
2022-10-04Fix error propagatation in BN_check_prime()Kazuki Yamaguchi
2022-10-04Fix examples related to BIO_do_acceptDaniel Fiala
2022-10-04s_client: Support interactive reconnect commandSteven Collison
2022-10-03Test usage of a custom EVP_CIPHERMatt Caswell
2022-10-03Ensure we call the cleanup() function when cleaning an EVP_CIPHER_CTXMatt Caswell
2022-10-03Fix usage of custom EVP_CIPHER objectsMatt Caswell
2022-10-03Add Content Type OID for RPKI id-ct-signedTALJob Snijders
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