summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move random-related defines to "crypto/rand.h"Dr. Matthias St. Pierre2020-01-071-0/+49
* Deprecate the low level AES functionsMatt Caswell2020-01-063-46/+93
* Add AES_CBC_HMAC_SHA ciphers to providers.Shane Lontis2020-01-062-0/+23
* Run make updateMatt Caswell2020-01-021-1/+1
* CRYPTO: split cipher_platform.h into algorithm specific headersRichard Levitte2019-12-193-48/+89
* Optimize AES-GCM implementation on aarch64Fangming.Fang2019-12-191-1/+32
* BIO: Add BIO_f_prefix(), a text line prefixing filterRichard Levitte2019-12-181-0/+11
* Deprecate most of debug-memoryRich Salz2019-12-142-24/+16
* Add better support for using deprecated symbols internallyRichard Levitte2019-12-132-5/+19
* chunk 6 of CMP contribution to OpenSSLDr. David von Oheimb2019-12-123-8/+40
* rand_lib.c: fix null pointer dereferences after RAND_get_rand_method() failureDr. Matthias St. Pierre2019-12-111-0/+2
* Add support for otherName:NAIRealm in outputJan-Frederik Rieckers2019-12-111-0/+5
* Fix some typosVeres Lajos2019-12-112-2/+2
* Optimize AES-ECB mode in OpenSSL for both aarch64 and aarch32XiaokangQian2019-12-112-0/+8
* Remove handling of outdated macro'sRich Salz2019-12-101-1/+2
* Move U64 macro from sha.h to sha512.cavas2019-12-101-3/+0
* Teach the RSA implementation about TLS RSA Key TransportMatt Caswell2019-12-053-13/+21
* Deprecate the AES_ige_*() functionsMatt Caswell2019-12-041-9/+10
* Add the ability to supress deprecation warningsMatt Caswell2019-12-041-9/+11
* add X509_cmp_timeframe() including its documentationDr. David von Oheimb2019-12-042-1/+3
* PROV SERIALIZER: add support for writing RSA keysRichard Levitte2019-11-292-2/+4
* PROV SERIALIZER: add common functionality to serialize keysRichard Levitte2019-11-292-0/+5
* PROV BIO: add a BIO_vprintf() upcall, and a provider BIO libraryRichard Levitte2019-11-291-0/+3
* SERIALIZER: add hooks in PEM_write_bio_ and PEM_write_fp_ routinesRichard Levitte2019-11-291-30/+26
* SERIALIZER: add support for serializing EVP_PKEYsRichard Levitte2019-11-294-0/+81
* CORE: expose the property parsers and checker to the rest of the librariesRichard Levitte2019-11-291-0/+9
* SERIALIZER: add functions for serialization to fileRichard Levitte2019-11-291-0/+6
* SERIALIZER: New API for serialization of objects through providersRichard Levitte2019-11-298-3/+115
* CORE: pass the full algorithm definition to the method constructorRichard Levitte2019-11-291-2/+2
* CORE: ossl_namemap_add_names(): new function to add multiple namesRichard Levitte2019-11-292-3/+12
* Disable mem leak checking for the self test lockMatt Caswell2019-11-291-4/+6
* Make sure we only run the self tests onceMatt Caswell2019-11-291-1/+1
* Tweak some algorithm naming inconsistenciesMatt Caswell2019-11-211-3/+3
* Replumbing: pre-populate the EVP namemap with commonly known namesRichard Levitte2019-11-201-0/+1
* Properties: make query cache reference count aware.Pauli2019-11-181-1/+3
* PEM: constify PEM_write_ routinesRichard Levitte2019-11-182-116/+147
* Add missing EVP_PKEY_METHOD accessors for digestsign and digestverifyAnthony Hu2019-11-171-0/+28
* CORE & PROV: make export of key data leaner through callbackRichard Levitte2019-11-142-5/+14
* Move RSA Asym cipher code to the default providerMatt Caswell2019-11-142-28/+29
* Increase OSSL_PARAM_BLD_MAX for multi-prime RSAMatt Caswell2019-11-141-1/+1
* Implement provider support for Asym CiphersMatt Caswell2019-11-144-1/+67
* CORE: Add a generic callback function typeRichard Levitte2019-11-141-0/+15
* re-add definition of OPENSSL_MSTR deleted from opensslv.h in macros.hDr. David von Oheimb2019-11-121-0/+4
* Add a .pragma directive for configuration filesRichard Levitte2019-11-122-0/+3
* Deprecate ERR_load_KDF_strings()Richard Levitte2019-11-121-31/+33
* Reinstate the KDF error macrosRichard Levitte2019-11-122-6/+124
* RSA generation: Use more bits of 1/sqrt(2)Kurt Roeckx2019-11-091-0/+3
* Cleanup include/openssl/opensslv.h.inRichard Levitte2019-11-081-38/+9
* Add AES SIV ciphers to default providerShane Lontis2019-11-081-0/+2
* Add EVP functionality to create domain params and keys by user dataRichard Levitte2019-11-072-9/+22