export data_dir of Test.pm, which was forgotten in #5928
[openssl.git] / include /
2018-06-08 Dmitry BelyavskiyNew GOST identificators
2018-06-08 Matt CaswellAdd function for setting the EVP_PKEY_ASN1_METHOD raw...
2018-06-08 Matt CaswellAdd support getting raw private/public keys
2018-06-07 Matt CaswellFix TLSv1.3 ticket nonces
2018-06-04 Jack LloydMake SM2 functions private
2018-05-30 Mingtao YangAdd APIs for custom X509_LOOKUP_METHOD creation
2018-05-29 Matt CaswellPrepare for 1.1.1-pre8-dev
2018-05-29 Matt CaswellPrepare for 1.1.1-pre7 release OpenSSL_1_1_1-pre7
2018-05-29 Matt CaswellUpdate copyright year
2018-05-28 Dr. Matthias St... ECDSA_SIG: restore doc comments which were deleted...
2018-05-28 Dr. Matthias St... ECDSA_SIG: add simple getters for commonly used struct...
2018-05-28 Dr. Matthias St... RSA: add simple getters for commonly used struct members
2018-05-28 Dr. Matthias St... DSA: add simple getters for commonly used struct members
2018-05-24 Matt CaswellRevert "Support EVP_PKEY_sign() and EVP_PKEY_verify...
2018-05-18 Dr. Matthias St... DH: add simple getters for commonly used DH struct...
2018-05-17 Matt CaswellEnable the ability to set the number of TLSv1.3 session...
2018-05-15 Matt CaswellSuport TLSv1.3 draft 28
2018-05-11 Matt CaswellRework the decrypt ticket callback
2018-05-02 Matt CaswellMake X509_VERIFY_PARAM_get_hostflags() take a const arg
2018-05-02 Matt CaswellFix SSL_get_shared_ciphers()
2018-05-02 FdaSilvaYYopensslconf.h inclusion cleanup
2018-05-02 Dr. Matthias St... a_strex.c: prevent out of bound read in do_buf()
2018-05-01 Matt CaswellAdd getter for X509_VERIFY_PARAM_get_hostflags
2018-05-01 Matt CaswellPrepare for 1.1.1-pre7-dev
2018-05-01 Matt CaswellPrepare for 1.1.1-pre6 release OpenSSL_1_1_1-pre6
2018-04-26 Rich SalzFix last(?) batch of malloc-NULL places
2018-04-26 FdaSilvaYYAdd missing error code when alloc-return-null
2018-04-26 Richard LevittePEM_def_callback(): use same parameter names as for...
2018-04-24 Rich SalzAdd missing malloc-return-null instance
2018-04-24 FdaSilvaYYX509: add more error codes on malloc or sk_TYP_push...
2018-04-20 Bernd EdlingerEnsure the thread keys are always allocated in the...
2018-04-20 Dr. Matthias St... openssl/err.h: remove duplicate OSSL_STOREerr()
2018-04-20 Dr. Matthias St... openssl/ssl.h: restore some renamed public SSL_CTRL...
2018-04-18 FdaSilvaYYStyle: ssl.h
2018-04-17 Richard LevittePrepare for 1.1.1-pre6-dev
2018-04-17 Richard LevittePrepare for 1.1.1-pre5 release OpenSSL_1_1_1-pre5
2018-04-16 Dr. Matthias St... Revert "Add OPENSSL_VERSION_AT_LEAST"
2018-04-13 Richard Levittemake update
2018-04-06 Matt CaswellSupport EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSA
2018-04-05 Rich SalzSet error code if alloc returns NULL
2018-04-05 Matt CaswellPick a q size consistent with the digest for DSA param...
2018-04-05 Matt CaswellMove the loading of the ssl_conf module to libcrypto
2018-04-03 Richard LevitteVMS: stricter acquisition of entropy for the pool
2018-04-03 Rich SalzSet error code on alloc failures
2018-04-03 Bernd EdlingerUse gnu_printf format attribute to minimise MinGW warnings
2018-04-03 Matt CaswellPrepare for 1.1.1-pre5-dev
2018-04-03 Matt CaswellPrepare for 1.1.1-pre4 release OpenSSL_1_1_1-pre4
2018-03-29 Dr. Matthias St... Add documentation for the RAND_DRBG API
2018-03-29 FdaSilvaYYEVP,KDF: Add more error code along some return 0 in ...
2018-03-27 Matt CaswellLimit ASN.1 constructed types recursive definition...
2018-03-26 Rich SalzRemove QNX support
2018-03-22 Andy Polyakovinclude/openssl/rand.h: omit intermediate typedef.
2018-03-22 Andy Polyakovopenssl/rand.h: fix formatting.
2018-03-21 Jack BatesConvert _meth_get_ functions to const getters
2018-03-20 Matt CaswellPrepare for 1.1.1-pre4-dev
2018-03-20 Matt CaswellPrepare for 1.1.1-pre3 release OpenSSL_1_1_1-pre3
2018-03-20 Matt CaswellUpdate copyright year
2018-03-19 Todd ShortFix no-sm3 (and no-sm2)
2018-03-19 Matt CaswellFix no-sm2
2018-03-19 Kurt RoeckxDon't use a ssl specific DRBG anymore
2018-03-19 Jack LloydHandle evp_tests assumption of EVP_PKEY_FLAG_AUTOARGLEN
2018-03-19 Jack LloydAdd SM2 signature and ECIES schemes
2018-03-17 Kurt RoeckxReturn error when trying to use prediction resistance
2018-03-17 Kurt RoeckxPropagate the request for prediction resistance to...
2018-03-16 Dr. Matthias St... RAND_DRBG: add a function for setting the default DRBG...
2018-03-15 Dr. Matthias St... Publish the RAND_DRBG API
2018-03-15 Matt CaswellFix no-chacha and no-poly1305
2018-03-15 Matt CaswellRename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
2018-03-15 Matt CaswellAdd functions for setting the new EVP_PKEY_ASN1_METHOD...
2018-03-15 Matt CaswellAdd the function EVP_PKEY_new_CMAC_key()
2018-03-15 Matt CaswellAdd support for setting raw private HMAC keys
2018-03-15 Matt CaswellAdd functions to create an EVP_PKEY from raw private...
2018-03-15 PauliMissings OIDs for XTS added.
2018-03-14 Matt CaswellFix an error number clash
2018-03-14 Matt CaswellPut the default set of TLSv1.3 ciphersuites in a header...
2018-03-14 Matt CaswellSplit configuration of TLSv1.3 ciphers from older ciphers
2018-03-14 Matt CaswellUpdate version numbers for TLSv1.3 draft-26
2018-03-13 Tim Hudsonupdate SRP copyright notice
2018-03-12 Benjamin SaundersIntroduce SSL_CTX_set_stateless_cookie_{generate,verify}_cb
2018-03-12 gmileAdd OIDs for DSTU-4145
2018-03-12 Todd ShortSession Ticket app data
2018-03-09 Dr. Matthias St... RAND_DRBG: add a function for setting the reseeding...
2018-03-09 Todd ShortAdd SSL/SSL_CTX_use_cert_and_key()
2018-03-09 Matt CaswellGive more information in the SSL_stateless return code
2018-03-08 FdaSilvaYYDuplicate entries ssl_handshake_tbl trace entries...
2018-03-07 Sergey ZhuravlevAdd GOST OIDs for Edwards parameter sets
2018-03-07 Viktor DukhovniPrepare to detect index changes in OCSP responder.
2018-03-06 Richard Levitteopensslconf.h.in: Use all the "openssl_api_defines"
2018-03-06 Kurt RoeckxCheck the parent DRBG's strength
2018-03-05 Tomas MrazAdd support for .include directive in config files
2018-03-02 Matt CaswellIntegrate X448 and Ed448 into libcrypto
2018-03-02 Matt CaswellAdd pkey types for curve448
2018-02-28 Kurt RoeckxTell the ciphers which DRBG to use for generating rando...
2018-02-27 Matt CaswellPrepare for 1.1.1-pre3-dev
2018-02-27 Matt CaswellPrepare for 1.1.1-pre2 release OpenSSL_1_1_1-pre2
2018-02-27 Matt CaswellUpdate copyright year
2018-02-26 Tatsuhiro TsujikawaExport keying material using early exporter master...
2018-02-23 Richard LevitteSTORE 'file' scheme loader: Add search capibility
2018-02-23 Richard LevitteSTORE: Add the possibility to search for specific infor...
2018-02-23 Richard LevitteSTORE: Add the possibility to specify an expected info...
next