Run make update
[openssl.git] / include /
2020-01-02 Matt CaswellRun make update
2019-12-19 Richard LevitteCRYPTO: split cipher_platform.h into algorithm specific...
2019-12-19 Fangming.FangOptimize AES-GCM implementation on aarch64
2019-12-18 Richard LevitteBIO: Add BIO_f_prefix(), a text line prefixing filter
2019-12-14 Rich SalzDeprecate most of debug-memory
2019-12-13 Richard LevitteAdd better support for using deprecated symbols internally
2019-12-12 Dr. David von Oheimbchunk 6 of CMP contribution to OpenSSL
2019-12-11 Dr. Matthias St... rand_lib.c: fix null pointer dereferences after RAND_ge...
2019-12-11 Jan-Frederik RieckersAdd support for otherName:NAIRealm in output
2019-12-11 Veres LajosFix some typos
2019-12-11 XiaokangQianOptimize AES-ECB mode in OpenSSL for both aarch64 and...
2019-12-10 Rich SalzRemove handling of outdated macro's
2019-12-10 avasMove U64 macro from sha.h to sha512.c
2019-12-05 Matt CaswellTeach the RSA implementation about TLS RSA Key Transport
2019-12-04 Matt CaswellDeprecate the AES_ige_*() functions
2019-12-04 Matt CaswellAdd the ability to supress deprecation warnings
2019-12-04 Dr. David von Oheimbadd X509_cmp_timeframe() including its documentation
2019-11-29 Richard LevittePROV SERIALIZER: add support for writing RSA keys
2019-11-29 Richard LevittePROV SERIALIZER: add common functionality to serialize...
2019-11-29 Richard LevittePROV BIO: add a BIO_vprintf() upcall, and a provider...
2019-11-29 Richard LevitteSERIALIZER: add hooks in PEM_write_bio_ and PEM_write_f...
2019-11-29 Richard LevitteSERIALIZER: add support for serializing EVP_PKEYs
2019-11-29 Richard LevitteCORE: expose the property parsers and checker to the...
2019-11-29 Richard LevitteSERIALIZER: add functions for serialization to file
2019-11-29 Richard LevitteSERIALIZER: New API for serialization of objects throug...
2019-11-29 Richard LevitteCORE: pass the full algorithm definition to the method...
2019-11-29 Richard LevitteCORE: ossl_namemap_add_names(): new function to add...
2019-11-29 Matt CaswellDisable mem leak checking for the self test lock
2019-11-29 Matt CaswellMake sure we only run the self tests once
2019-11-21 Matt CaswellTweak some algorithm naming inconsistencies
2019-11-20 Richard LevitteReplumbing: pre-populate the EVP namemap with commonly...
2019-11-18 PauliProperties: make query cache reference count aware.
2019-11-18 Richard LevittePEM: constify PEM_write_ routines
2019-11-17 Anthony HuAdd missing EVP_PKEY_METHOD accessors for digestsign...
2019-11-14 Richard LevitteCORE & PROV: make export of key data leaner through...
2019-11-14 Matt CaswellMove RSA Asym cipher code to the default provider
2019-11-14 Matt CaswellIncrease OSSL_PARAM_BLD_MAX for multi-prime RSA
2019-11-14 Matt CaswellImplement provider support for Asym Ciphers
2019-11-14 Richard LevitteCORE: Add a generic callback function type
2019-11-12 Dr. David von Oheimbre-add definition of OPENSSL_MSTR deleted from opensslv...
2019-11-12 Richard LevitteAdd a .pragma directive for configuration files
2019-11-12 Richard LevitteDeprecate ERR_load_KDF_strings()
2019-11-12 Richard LevitteReinstate the KDF error macros
2019-11-09 Kurt RoeckxRSA generation: Use more bits of 1/sqrt(2)
2019-11-08 Richard LevitteCleanup include/openssl/opensslv.h.in
2019-11-08 Shane LontisAdd AES SIV ciphers to default provider
2019-11-07 Richard LevitteAdd EVP functionality to create domain params and keys...
2019-11-07 Richard Levitteinclude/openssl/asn1.h: Remove version dependent inclus...
2019-11-07 Richard LevitteUpdate the check surround the BN_zero() implementation
2019-11-07 Richard LevitteUpdate some inclusions of <openssl/macros.h>
2019-11-07 Richard Levitteinclude/openssl/opensslconf.h.in: remove spurious HEADE...
2019-11-07 Richard LevitteUpdate source files for pre-3.0 deprecation
2019-11-07 Richard LevitteUpdate source files for deprecation at 3.0
2019-11-07 Richard LevitteChange the logic and behaviour surrounding '--api'...
2019-11-06 Matt CaswellEnsure EVP_get_digestbyname() and EVP_get_cipherbyname...
2019-11-05 Richard LevitteEVP: Make the SIGNATURE implementation leaner
2019-11-05 Richard LevitteEVP: Make the KEYEXCH implementation leaner
2019-11-05 Patrick Steuers390x assembly pack: process x25519 and x448 non-canoni...
2019-11-03 Richard LevitteOSSL_STORE: add tracing
2019-11-03 Richard LevitteX509_LOOKUP_store: new X509_LOOKUP_METHOD that works...
2019-11-03 Richard LevitteOSSL_STORE: constify the criterion parameter a bit...
2019-11-03 Richard LevitteChange EVP_PKEY_CTX_new_provided() to take a library...
2019-10-31 John BaldwinFix BIO_get_ktls_send() and BIO_get_ktls_recv() to...
2019-10-31 Andrew GallatinAdd support for in-kernel TLS (KTLS) on FreeBSD.
2019-10-31 Richard Levittecrypto/evp/evp_fetch.c: Make it more prominent that...
2019-10-29 Dr. David von Oheimbchunk 5 of CMP contribution to OpenSSL
2019-10-23 Rich SalzDocument "get/set-app-data" macros.
2019-10-23 Simo SorceAdd KRB5KDF from RFC 3961
2019-10-22 Nicola TuveriDeprecate EC_GROUP_clear_free()
2019-10-18 Richard LevitteMove the version function declarations to include/opens...
2019-10-18 Richard LevitteGenerate include/openssl/opensslv.h
2019-10-17 Rich SalzReplace BUF_ string function calls with OPENSSL_ ones
2019-10-17 Richard LevitteNew RSA keymgmt implementation to handle import / expor...
2019-10-17 Richard LevitteAdded internal functions for easy getting and setting...
2019-10-17 Richard LevittePKEY: adapt the export_to_provider funtions to handle...
2019-10-17 Richard LevitteEVP: add functions that return the name number
2019-10-17 Richard LevitteEVP: add name traversal functions to all fetchable...
2019-10-17 Richard LevitteEVP: add missing common functionality
2019-10-17 Robbie Harwood[KDF] Add feedback-mode and CMAC support to KBKDF
2019-10-16 Richard LevitteAdd EVP_PKEY_CTX_new_provided()
2019-10-16 Andreas SchnebingerFix typo and create compatibility macro
2019-10-16 Shane LontisAdd ChaCha related ciphers to default provider
2019-10-14 Kurt RoeckxAdd BN_check_prime()
2019-10-14 Richard LevitteKDF: clean away old EVP_KDF declarations
2019-10-11 Richard LevitteStop using EVP_MD_CTX_FLAG_NON_FIPS_ALLOW
2019-10-08 Shane LontisAdd rc2 ciphers to default provider
2019-10-06 Rich SalzDeprecate NCONF_WIN32() function
2019-10-04 Richard LevitteMove MD5-SHA1 digest completely to the default provider
2019-10-03 Richard LevitteReplumbing: make it possible for providers to specify...
2019-10-03 Matt CaswellAdd the provider function signatures for DigestSign*
2019-10-03 Shane LontisAdd rc5 ciphers to default provider
2019-10-02 Michael OsipovFix long name of some Microsoft objects
2019-10-01 Richard LevitteAdapt EVP_CIPHER_{param_to_asn1,asn1_to_param} for...
2019-09-27 PauliConsistent naming for context gettable param queries .
2019-09-28 Dr. Matthias St... Add legacy include guards to public header files
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-09-28 Dr. Matthias St... Reorganize public header files (part 2)
2019-09-28 Dr. Matthias St... Reorganize public header files (part 1)
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
next