Replumbing: Add the Provider Object, type OSSL_PROVIDER
[openssl.git] / test /
2019-03-11 Shane Lontisfix truncation of integers on 32bit AIX
2019-03-11 Shane Lontisopenssl app for macs that uses the new EVP_MAC interfac...
2019-03-07 Bernd EdlingerAdd a simple test for RSA_SSLV23_PADDING
2019-03-07 Matt CaswellAdd a test for underflow in ecp_nistp521.c
2019-03-06 Shane LontisFIPS AES_GCM IV gen changes
2019-03-06 David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2019-03-06 Matt CaswellTest an overlong ChaCha20-Poly1305 nonce
2019-03-06 PauliMake the sparse array code use ossl_uintmax_t as its...
2019-03-05 Richard LevitteConfigure: make C++ build tests optional and configurable
2019-03-05 Richard Levittetestutil: ensure good treatment of argv on non-Unix...
2019-03-04 PauliCheck for negative return for signature size.Addresses...
2019-03-01 Matt CaswellFix no-ec, no-sm2 and no-sm3
2019-02-27 Richard LevitteDo buildtests on our public header files with C++ as...
2019-02-27 Simo SorceImplement SSH KDF
2019-02-27 Paul YangSupport raw input data in apps/pkeyutl
2019-02-26 Billy Brumley[test] modernize ecdsatest and extend ECDSA sign KATs
2019-02-26 Richard LevitteDisable 02-test_errstr.t on msys/mingw as well as MSWin32
2019-02-24 PauliCID 1442838: API usage errors
2019-02-22 Matt CaswellDon't restrict the number of KeyUpdate messages we...
2019-02-20 Nicola TuveriTest for constant-time flag leakage in BN_CTX
2019-02-20 Richard Levittetest/context_internal_test.c: don't initialize as a...
2019-02-19 Matt CaswellAdd a test for interleaving app data with handshake...
2019-02-19 PauliFix a test ordering issue.
2019-02-18 PauliProperties for implementation selection.
2019-02-17 Billy Brumley[test] unit test for field_inv function pointer in...
2019-02-15 Richard LevitteAdd an OpenSSL library context
2019-02-15 Richard LevitteAdd CRYPTO_alloc_ex_data()
2019-02-15 David AsrafAdd EC_GROUP_get0_field
2019-02-15 Todd ShortAdd option to disable Extended Master Secret
2019-02-15 Matt CaswellUse order not degree to calculate a buffer size in...
2019-02-14 Matt CaswellDon't signal SSL_CB_HANDSHAKE_START for TLSv1.3 post...
2019-02-14 Sam RobertsIgnore cipher suites when setting cipher list
2019-02-13 PauliSparse array iterators include index position.
2019-02-13 Richard Levittetest/build.info: add missing ../apps/include
2019-02-13 David MakepeaceAdded new EVP/KDF API.
2019-02-13 Richard LevitteMove libapps headers into their own directory
2019-02-12 PauliAdd sparse array data type.
2019-02-11 Richard Levittetest/recipes/02-err_errstr: skip errors that may not...
2019-02-11 Shane LontisUpdated test command line parsing to support commmon...
2019-02-11 Tomas MrazAllow the syntax of the .include directive to optionall...
2019-02-08 PauliAddress a bug in the DRBG tests where the reseeding...
2019-02-07 Richard Levittetest/drbgtest.c: call OPENSSL_thread_stop() explicitly
2019-02-06 Antoine Salonblake2: add evpmac test vectors
2019-02-05 Sam RobertsRemove unnecessary trailing whitespace
2019-02-01 Michael TuexenFix end-point shared secret for DTLS/SCTP
2019-01-31 Bernd EdlingerFix a crash in reuse of i2d_X509_PUBKEY
2019-01-31 Bernd EdlingerFixed d2i_X509 in-place not re-hashing the ex_flags
2019-01-31 Bernd EdlingerFix a memory leak with di2_X509_CRL reuse
2019-01-31 Richard LevitteBuild cleanup: Remove the VMS hack from test/build...
2019-01-30 Matt CaswellFix no-dso builds
2019-01-27 Antonio Iaconocrypto/cms: Add support for CAdES Basic Electronic...
2019-01-27 Ping Yuadd an additional async notification communication...
2019-01-24 Klotz, TobiasCleanup vxworks support to be able to compile for VxWorks 7
2019-01-24 Matt CaswellMake sure we trigger retransmits in DTLS testing
2019-01-22 Richard LevitteBuild: Change all _NO_INST to use attributes instead.
2019-01-21 Richard LevitteRework building: adapt some scripts
2019-01-21 Corey MinyardFix a memory leak in the mem bio
2019-01-16 David BenjaminReduce inputs before the RSAZ code.
2019-01-08 FdaSilvaYYFix CID 1434549: Unchecked return value in test/evp_test.c
2019-01-07 Matt CaswellAdd a test for correct handling of the cryptopro bug...
2019-01-06 Matt CaswellFix no-sock
2019-01-06 Matt CaswellFix no-cmac
2019-01-04 Matt CaswellIntroduce a no-pinshared option
2019-01-04 Matt CaswellTest atexit handlers
2019-01-04 Matt CaswellDon't link shlibloadtest against libcrypto
2019-01-04 Matt CaswellFix shlibloadtest to properly execute the dso_ref test
2018-12-31 Bernd EdlingerFix cert with rsa instead of rsaEncryption as public...
2018-12-15 Kurt RoeckxUse (D)TLS_MAX_VERSION_INTERNAL internally
2018-12-11 Todd ShortAdd RFC5297 AES-SIV support
2018-12-11 Matt CaswellAdd an Ed448 malleability test
2018-12-11 nxtsteptypo ANS1 -> ASN1
2018-12-10 Viktor DukhovniCleaner disposal of ephemeral engine ids and names
2018-12-10 Viktor DukhovniEliminate NOP cast
2018-12-10 Christos Zoulaschange into hex string constants to avoid overflow...
2018-12-10 Christos ZoulasAdd a format attribute to the format functions and...
2018-12-10 Christos ZoulasFix const issues
2018-12-10 Christos ZoulasAvoid const castaway warning
2018-12-10 Christos ZoulasUse a const variable
2018-12-10 Christos ZoulasUse the proper fonst cast
2018-12-10 Christos Zoulasdon't pass const string where a modifyable string is...
2018-12-10 Christos Zoulasadd missing "void" in prototype.
2018-12-10 Christos Zoulasadd missing const in cast
2018-12-10 Christos Zoulasadd missing const
2018-12-10 Christos Zoulasuse the proper types to eliminate casts
2018-12-07 Boris Pismennysslapitest: add test ktls
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06 Richard LevitteRefactor the computation of API version limits
2018-12-06 Richard LevitteSwitch to MAJOR.MINOR.PATCH versioning and version...
2018-12-06 Richard LevitteSwitch future deprecation version from 1.2.0 to 3.0
2018-12-05 Matt CaswellFix some SSL_export_keying_material() issues
2018-12-03 Matt CaswellAdd an Ed25519 signature maleability test
2018-11-27 Richard LevitteDon't test the collected system errors when configured...
2018-11-24 Richard LevitteAvoid test_errstr in a cross compiled configuration
2018-11-23 Richard LevitteAdd an error message test recipes for system error...
2018-11-20 Matt CaswellUpdate copyright year
2018-11-15 Richard Levittetest/siphash_internal_test.c: ensure the SIPHASH struct...
2018-11-14 Matt CaswellFix no-ec and no-tls1_2
2018-11-13 Richard LevitteFix rpath-related Linux "test_shlibload" failure.
2018-11-13 Shane LontisKMAC implementation using EVP_MAC
2018-11-12 Viktor DukhovniAdded missing signature algorithm reflection functions
next