]> git.ipfire.org Git - thirdparty/openssl.git/history - include
PROV: drop get_params() and gettable_params() from all encoder implementatio
[thirdparty/openssl.git] / include /
2021-06-05  Richard LevittePROV: drop get_params() and gettable_params() from...
2021-06-05  Richard LevitteENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPE
2021-06-05  Richard LevittePROV: drop get_params() and gettable_params() from...
2021-06-05  Richard LevitteDECODER: use property definitions instead of getting...
2021-06-05  Richard Levitteproperty: Add functionality to query data from a proper...
2021-06-05  Matt CaswellAdd documentation for newly added ASN1 functions
2021-06-05  Matt CaswellGive ASN.1 objects the ability to report their libctx...
2021-06-05  Matt CaswellUse the new ASN.1 libctx aware capabilities in CMP
2021-06-05  Matt CaswellTeach more of the ASN.1 code about libctx/propq
2021-06-05  Matt CaswellTeach the ASN.1 code how to create embedded objects...
2021-06-05  Matt CaswellProvide the ability to create an X509_PUBKEY with a...
2021-06-04  Tomas MrazMove libssl related defines used by fips provider to...
2021-06-03  Richard LevitteDeprecate EVP_CIPHER_impl_ctx_size and EVP_CIPHER_CTX_b...
2021-06-02  Jon SpillettDisable tracing within the FIPS module
2021-06-02  Paulilibcrypto: make XXX_get_number() internal
2021-06-02  PauliAdd internal get_number functions to internal headers
2021-06-02  Pauliadd internal get_number functons to crypto/evp.h
2021-06-02  Paulix509: remove TODOs
2021-06-02  Pauliasn.1: remove TODOs
2021-06-02  Tomas MrazAdd NCONF_get_section_names()
2021-06-02  Rich SalzAdd NCONF_get0_libctx()
2021-06-02  Rich SalzMake conf_method_st and conf_st deprecated
2021-06-01  Tomas MrazRename also the OSSL_PROVIDER_name() function
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-06-01  Jon SpillettPass library context and property query into private...
2021-06-01  Jon SpillettEnhance the encoder/decoder tests to allow testing...
2021-06-01  Paulirand: use size_t for size argument to RAND_bytes_ex()
2021-06-01  Shane LontisFix aes cfb1 so that it can operate in bit mode.
2021-06-01  Paulisparc: fix cross compile build
2021-05-30  Matt CaswellTeach EVP_PKEYs to say whether they were decoded from...
2021-05-29  Paulirand: add a strength argument to the BN and RAND RNG...
2021-05-28  Rich SalzRework and make DEBUG macros consistent.
2021-05-27  jwalchFix OCSP_sendreq_nbio arg order
2021-05-27  Paulierrors: update error message (to be squashed)
2021-05-26  Rich SalzUse <> for #include openssl/xxx
2021-05-26  Pauliaes: rename new bsaes_ symbols -> ossl_bsaes_ ones
2021-05-26  Tomas MrazDeprecate old style BIO callback calls
2021-05-26  Paulierr: rename err_load_xxx_strings_int functions
2021-05-25  Paulimac: add a getter for the MAC block size.
2021-05-24  Jon SpillettAdded PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithm...
2021-05-24  Jon SpillettAdd PBKDF1 to the legacy provider
2021-05-24  Shane LontisRename the field 'provctx and data' to 'algctx' inside...
2021-05-23  Matt CaswellFix a memleak in the FIPS provider
2021-05-23  Paulicore: condition out more in FIPS builds
2021-05-20  Matt CaswellUpdate copyright year
2021-05-20  Richard LevitteModify EVP_PKEY_ASN1_METHOD's export_to function to...
2021-05-20  Matt CaswellEnsure mirroring of properties works for subsequent...
2021-05-20  Matt CaswellAdd a callback for providers to know about global prope...
2021-05-20  Matt CaswellImplement the ability to convert a PROPERTY_LIST to...
2021-05-19  Richard LevitteFix include/internal/sockets.h for VMS
2021-05-19  Richard LevitteFix include/openssl/e_os2.h for VMS
2021-05-19  Dr. David von OheimbMake SMIME_read_CMS_ex() and SMIME_read_ASN1_ex() suppo...
2021-05-19  Dr. David von Oheimbbio_lib: Add BIO_get_line, correct doc of BIO_gets
2021-05-18  Matt CaswellBetter error messages if there are no encoders/decoders...
2021-05-18  Dr. David von OheimbMove ossl_sleep() to e_os.h and use it in apps
2021-05-17  Matt CaswellFix a use-after-free in the child provider code
2021-05-15  Matt CaswellInit the child providers immediately on creation of...
2021-05-14  Dr. David von OheimbAdd OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}
2021-05-14  Dr. David von OheimbHTTP client: Allow streaming of response data (with...
2021-05-14  Dr. David von OheimbHTTP client API: Generalize to arbitrary request and...
2021-05-14  Dr. David von OheimbHTTP: Implement persistent connections (keep-alive)
2021-05-14  Rich SalzSlightly reformat ssl.h.in
2021-05-14  Rich SalzConvert SSL_{CTX}_[gs]et_options to 64
2021-05-13  Tomas MrazReplace EVP_PKEY_supports_digest_nid
2021-05-13  Tomas MrazDrop ASN1_PKEY_CTRL_SUPPORTS_MD_NID
2021-05-12  Shane LontisExport/import flags for FFC params changed to seperate...
2021-05-12  Benjamin Kadukmake update
2021-05-12  Dr. David von OheimbHTTP client: Minimal changes that include the improved API
2021-05-12  Dr. David von OheimbAdd ASN1_item_i2d_mem_bio(); document and improve also...
2021-05-12  Pauliencoder: add a _name() function for encoders and decoders
2021-05-12  Job SnijdersAdd OID for RPKI id-ct-signedChecklist
2021-05-11  Matt CaswellDon't convert pre-existing providers into children
2021-05-11  Matt CaswellAdd support for child provider to up_ref/free their...
2021-05-11  Matt CaswellRegister callbacks with core for child provider creatio...
2021-05-11  Matt CaswellAdd the concept of a child OSSL_LIB_CTX
2021-05-11  Matt CaswellAdd the ability for ex_data to have a priority
2021-05-11  Dr. David von OheimbConstify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set...
2021-05-11  Dr. David von OheimbAdd convenience functions and macros for asymmetric...
2021-05-08  Dr. David von Oheimbssl.h.in: Fix deprecation exclusion for SRP-related...
2021-05-08  Dr. David von OheimbCrypto: Add deprecation compatibility declarations...
2021-05-08  Dr. David von OheimbAdd quick one-shot EVP_Q_mac() and deprecation compensa...
2021-05-07  Pauliprovider: flush the store cache when providers are...
2021-05-07  Jon SpillettFixes #15070. Allow custom algorithm ID ASN.1 encoding...
2021-05-06  Daniel BeveniusClarify where dispatch functions/ids are defined
2021-05-06  Matt CaswellUpdate copyright year
2021-05-06  Tomas MrazMake the -inform option to be respected if possible
2021-05-05  Rich SalzRemove all trace of FIPS_mode functions
2021-05-05  Dr. David von OheimbDeprecate X509{,_CRL}_http_nbio() and simplify their...
2021-05-05  Benjamin KadukEnforce secure renegotiation support by default
2021-05-05  Paulimac: add EVP_MAC_finalXOF() function
2021-05-05  Rich SalzAdd .includedir pragma
2021-05-05  Rich SalzAllow absolute paths to be set
2021-05-05  Shane LontisFix KMAC bounds checks.
2021-05-04  Tomas MrazBump HMAC_MAX_MD_CBLOCK to 200 due to SHA-3
2021-05-04  Dr. David von OheimbOCSP: Minor improvements of documentation and header...
2021-05-04  Matt CaswellCreate libcrypto support for BIO_new_from_core_bio()
2021-05-01  Dmitry BelyavskiyUse OCSP-specific error code for clarity
2021-04-29  Jon SpillettAdd library context and property query support into...
2021-04-28  Matt CaswellStore the list of activated providers in the libctx
2021-04-28  Dr. David von OheimbCMS ESS: Move four internal aux function to where they...
next