APPS: Make it possible to load_cert() from stdin again
[openssl.git] / include /
2020-06-05 Matt CaswellMake EVP_PKEY_[get1|set1]_tls_encodedpoint work with...
2020-06-05 Matt CaswellImplement OSSL_PROVIDER_get0_provider_ctx()
2020-06-05 Matt CaswellEnable applications to directly call a provider's query...
2020-06-04 Otto HollmannAdd cipher list ciphersuites which using encryption...
2020-06-04 Matt CaswellUpdate copyright year
2020-06-02 Billy BrumleyMove EC_METHOD to internal-only
2020-06-01 Tim Hudsonundeprecate SSL_CTX_load_verify_locations and X509_STOR...
2020-05-27 Dr. David von OheimbRename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp...
2020-05-27 FdaSilvaYYcrypto/cms: add CAdES-BES signed attributes validation
2020-05-27 Richard LevittePROV: Use rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx...
2020-05-26 Dr. David von OheimbFix X509_PUBKEY_cmp(), move to crypto/x509/x_pubkey...
2020-05-26 Dr. David von OheimbConstify X509_PUBKEY_get(), X509_PUBKEY_get0(), and...
2020-05-26 Shane LontisUpdate core_names.h fields and document most fields.
2020-05-26 Shane LontisFix ERR_print_errors so that it matches the documented...
2020-05-24 Dr. David von OheimbMove decl of OSSL_CRMF_CERTID_dup from {crmf,cmp}_local...
2020-05-23 Richard LevitteRe-introduce legacy EVP_PKEY types for provided keys
2020-05-23 Bernd EdlingerFix the parameter types of the CRYPTO_EX_dup function...
2020-05-20 Billy Brumleydeprecate EC_POINT_make_affine and EC_POINTs_make_affine
2020-05-20 Richard LevitteAdd OSSL_PROVIDER_do_all()
2020-05-19 Dmitry BelyavskiyIntroducing option SSL_OP_IGNORE_UNEXPECTED_EOF
2020-05-19 Rich SalzUse {module,install}-mac, not -checksum
2020-05-19 Norm GreenAdd missing pragma weak declaration to lhash.h
2020-05-19 Billy Brumleydeprecate EC precomputation functionality
2020-05-19 Dmitry BelyavskiyGOST-related objects changes
2020-05-19 Dmitry BelyavskiyConstants for new GOST TLS 1.2 ciphersuites
2020-05-19 Richard LevitteCORE: query for operations only once per provider ...
2020-05-18 Bernd EdlingerFix some places where X509_up_ref is used
2020-05-16 Billy Brumleydeprecate EC_POINTs_mul function
2020-05-16 Matt CaswellMaintain strict type discipline between the core and...
2020-05-15 Dr. David von OheimbClean up macro definitions of openssl_fdset() in apps...
2020-05-15 Matt CaswellUpdate copyright year
2020-05-14 Richard LevitteEVP: Refactor the RSA-PSS key generation controls for...
2020-05-14 Richard LevitteEVP: For SIGNATURE operations, pass the propquery early
2020-05-14 Richard LevittePROV & KEYMGMT: Add PSS-parameter support in the RSA...
2020-05-14 Richard LevitteRSA: Add PSS-parameter processing in EVP_PKEY_ASN1_METH...
2020-05-14 Richard LevitteRSA: Add a less loaded PSS-parameter structure
2020-05-14 Richard LevitteRSA: Add rsa_schemes.c, to store scheme data and transl...
2020-05-14 Richard LevitteRSA: Extract much of the rsa_pkey_export_to() code...
2020-05-14 Richard LevitteRSA: Add RSA key types
2020-05-13 Dr. David von OheimbRename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_...
2020-05-13 Dr. David von OheimbAdd -reqin_new_tid option to apps/cmp.c and OSSL_CMP_MS...
2020-05-13 Richard LevitteOSSL_STORE: Make it possible to attach an OSSL_STORE...
2020-05-12 Richard LevitteCORE: Fix the signature of OSSL_provider_query_operation_fn
2020-05-09 Dr. David von OheimbConstify 'req' parameter of OSSL_HTTP_post_asn1()
2020-05-07 Nikolay MorozovSSL_OP_DISABLE_TLSEXT_CA_NAMES option implementation
2020-05-07 Shane LontisRemove legacy FIPS_mode functions
2020-05-07 Shane LontisAdd RSA SHA512 truncated digest support
2020-05-07 Shane LontisRemove gen_get_params & gen_gettable_params from keygen...
2020-05-06 Tomas MrazThe synthesized OPENSSL_VERSION_NUMBER must be long
2020-05-05 Dr. David von OheimbStrengthen X509_STORE_CTX_print_verify_cb() to print...
2020-05-04 Matt CaswellAdd the library ctx into an ECX_KEY
2020-05-04 Matt CaswellAdd the ability to ECX to import keys with only the...
2020-05-04 Matt CaswellMake EVP_new_raw_[private|public]_key provider aware
2020-05-03 Richard LevitteFix reason code clash
2020-05-02 Shane LontisAdd default property API's to enable and test for fips
2020-05-01 Benjamin KadukAdd SSL_new_session_ticket() API
2020-04-30 Paulicoverity 1462549 Dereference before null check
2020-04-30 PauliUndeprecate DH, DSA and RSA _bits() functions.
2020-04-29 Shourya ShuklaAmend references to "OpenSSL license"
2020-04-29 Richard Levitteinclude/openssl/ts.h: clean away a misplaced EVP_MD...
2020-04-29 Richard Levitteinclude/openssl/x509v3.h: restore previous stack defini...
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-27 Arne SchwabeFix type cast in SSL_CTX_set1_groups macro
2020-04-25 Pauliparams: change OSSL_PARAM_set_unmodified() to operate...
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-23 Richard LevitteEVP: add internal evp_keymgmt_util_get_deflt_digest_nam...
2020-04-22 Pauliparams: add functionality to test if an OSSL_PARAM...
2020-04-21 Billy Brumley[crypto/ec] deprecate Jprojective_coordinates_GFp functions
2020-04-21 Dirk-Willem van... Add setter equivalents to X509_REQ_get0_signature
2020-04-20 Shane LontisFix DH_get_nid() so that it does not cache values.
2020-04-19 Pauligenrsa: update command line app to use EVP calls
2020-04-19 Paulidhparam: update command line app to use EVP calls
2020-04-18 Dr. David von OheimbAdd CMP error reason 'missing reference cert'
2020-04-18 Nikolay MorozovGOST2012 TLS ClientCertificateType Identifiers support
2020-04-17 Dmitry BelyavskiyGOST cipher names adjustment
2020-04-17 Pauliecx: check for errors creating public keys from private...
2020-04-17 Paulis390: ECX key generation fixes.
2020-04-17 Pauliecx: add key generation support.
2020-04-16 Matt CaswellIntroduce an internal version of X509_check_issued()
2020-04-16 Matt CaswellCreate a libctx aware X509_verify_ex()
2020-04-15 Shane LontisAdd DH keygen to providers
2020-04-15 Shane LontisAdd DSA keygen to provider
2020-04-15 Matt CaswellTeach PEM_read_bio_PrivateKey about libctx
2020-04-15 Matt CaswellTeach the OSSL_STORE code about libctx
2020-04-15 Matt CaswellTeach d2i_PrivateKey et al about libctx
2020-04-15 Richard LevitteEC: Refactor EVP_PKEY_CTX curve setting macros for...
2020-04-15 Richard LevitteKEYMGMT: Add functions to get param/key generation...
2020-04-15 Dr. Matthias St... mkerr: remove legacy guards from generated error headers
2020-04-14 Aaron ThompsonAdd ex_data to EVP_PKEY.
2020-04-10 Richard LevitteCMS KARI: Temporarly downgrade newly generated EVP_PKEY...
2020-04-09 Matt CaswellEnable Ed25519 signing/verifying to use the libctx
2020-04-09 Matt CaswellMake the CT code library context aware
2020-04-09 Matt CaswellEnable export_to functions to have access to the libctx
2020-04-08 Matt CaswellAdd X509_STORE_CTX_new_with_libctx()
2020-04-08 Richard LevitteEVP & TLS: Add necessary EC_KEY data extraction functio...
2020-04-08 Richard LevitteEVP: add EVP_PKEY_is_a() and EVP_PKEY_can_sign()
2020-04-08 Pauliparams: add a warning about the PTR types.
2020-04-07 Dr. David von OheimbFix misleading error msg for PBM check w/o secret in...
2020-04-07 Richard LevittePROV: Add the beginning of a DER writing library
next