summaryrefslogtreecommitdiffstats
path: root/.gitmodules (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-15Configure: fix minor typo in apitable commentDaniel Bevenius1-1/+1
2020-07-15Add FIPS related configuration data to the default openssl application config...Shane Lontis3-8/+61
2020-07-15Make -provider_name and -section_name optionalRich Salz8-28/+18
2020-07-15Use defaults FIPSKEY if not given on command lineRich Salz1-0/+1
2020-07-15Add AES_CBC_CTS ciphers to providersShane Lontis18-16/+988
2020-07-15Enable WinCE build without deceiving _MSC_VER.aSoujyuTanaka5-5/+5
2020-07-15To generate makefile with correct parameters for WinCE.aSoujyuTanaka2-5/+5
2020-07-15Disable optimiization of BN_num_bits_word() for VS2005 ARM compiler due toaSoujyuTanaka1-0/+12
2020-07-15Changed uintptr_t to size_t. WinCE6 doesn't seem it have the definition.aSoujyuTanaka1-2/+2
2020-07-14DRBG: rename the DRBG taxonomy.Pauli8-212/+230
2020-07-14Configurations: make Makefile tmpl files non-linksDaniel Bevenius1-5/+3
2020-07-12[test] ectest: check custom generatorsBilly Brumley1-0/+84
2020-07-12Providerized libssl fallout: cleanup initBenjamin Kaduk1-61/+0
2020-07-11BN: Check endianness in run-time, in BN_native2bn() and BN_bn2nativepad()Richard Levitte1-8/+9
2020-07-11Add and use internal header that implements endianness checkRichard Levitte14-181/+96
2020-07-11DOC: install documentation without execution permissions.Richard Levitte1-8/+8
2020-07-10ocsp.h: Fix backward compatibility decl for OCSP_parse_url() by including http.hDr. David von Oheimb1-0/+1
2020-07-09Fix wrong fipsinstall key used in testShane Lontis1-1/+0
2020-07-09Makefile template: fix incorrect treatment of produced document filesRichard Levitte1-8/+8
2020-07-09Add multiple fixes for ffc key generation using invalid p,q,g parameters.Shane Lontis9-9/+352
2020-07-08Fix CID 1454808: Error handling issues NEGATIVE_RETURNS (PKCS7_dataDecode())Shane Lontis1-2/+5
2020-07-08Fix CID 1454806: NEGATIVE_RETURNS (cms_enc.c)Shane Lontis1-1/+6
2020-07-08Fix CID 1465213: Integer handling issues (evp_extra_test.c)Shane Lontis1-4/+4
2020-07-08Fix CID 1463883 Dereference after null check (in ess_find_cert_v2())Shane Lontis1-1/+3
2020-07-08Fix CID 1465214 Resource leak (in file_load.c)Shane Lontis1-1/+3
2020-07-08Fix CID 1465215 : Explicit null dereferenced (in test)Shane Lontis1-0/+2
2020-07-08Fix CID #1465216 Resource leak in property_fetchShane Lontis1-1/+1
2020-07-08Ensure we excluse ec2m curves if ec2m is disabledMatt Caswell1-0/+8
2020-07-08Add a test to check having a provider loaded without a groups still worksMatt Caswell1-1/+4
2020-07-08Fix an incorrect error flow in add_provider_groupsMatt Caswell1-1/+1
2020-07-08Fix OSSL_PROVIDER_get_capabilities()Matt Caswell1-1/+1
2020-07-07Add support to zeroize plaintext in S3 record layerMartin Elshuber7-1/+148
2020-07-06[test][15-test_genec] Improve EC tests with genpkeyNicola Tuveri1-14/+119
2020-07-06[apps/genpkey] exit status should not be 0 on output errorsNicola Tuveri1-2/+4
2020-07-06[EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri9-4/+32
2020-07-06improve SSL_CTX_set_tlsext_ticket_key_cb ref implGlenn Strauss1-7/+9
2020-07-06Ensure TLS padding is added during encryption on the provider sideMatt Caswell2-6/+58
2020-07-06Convert SSLv3 handling to use provider side CBC/MAC removalMatt Caswell4-46/+97
2020-07-06Ensure any allocated MAC is freed in the provider codeMatt Caswell22-4/+44
2020-07-06Decreate the length after decryption for the stitched ciphersMatt Caswell4-0/+21
2020-07-06Ensure the sslcorrupttest checks all errors on the queueMatt Caswell1-3/+11
2020-07-06Ensure GCM "update" failures return 0 on errorMatt Caswell1-2/+2
2020-07-06Ensure cipher_generic_initkey gets passed the actual provider ctxMatt Caswell1-1/+2
2020-07-06Make the NULL cipher TLS awareMatt Caswell1-8/+75
2020-07-06Change ChaCha20-Poly1305 to be consistent with out ciphersMatt Caswell2-1/+2
2020-07-06Make libssl start using the TLS provider CBC supportMatt Caswell2-50/+141
2020-07-06Add provider support for TLS CBC padding and MAC removalMatt Caswell6-20/+178
2020-07-06Remove SSL dependencies from tls_pad.cMatt Caswell3-77/+135
2020-07-06Split the padding/mac removal functions out into a separate fileMatt Caswell3-270/+283
2020-07-06Move MAC removal responsibility to the various protocol "enc" functionsMatt Caswell9-402/+377