summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2018-03-22curve448/field.h: relax alignment, as it doesn't work universally.Andy Polyakov
2018-03-22bio/bss_log.c: on DJGPP syslog facility is part of sockets library.Andy Polyakov
2018-03-22o_fopen.c: compensate for e_os.h omission.Andy Polyakov
2018-03-21DRBG: Use the EVP layer to do AES encryptionKurt Roeckx
2018-03-21Document EC_POINT_get_affine_coordinates_*.David Benjamin
2018-03-21Convert _meth_get_ functions to const gettersJack Bates
2018-03-21o_fopen.c,rand/randfile.c: compensate for e_os.h omission.Andy Polyakov
2018-03-20Add dladdr() for AIXMatthias Kraft
2018-03-20Update copyright yearMatt Caswell
2018-03-20crypto/rand/rand_vms.c: include "internal/rand_int.h"Richard Levitte
2018-03-19Fix no-sm3/no-sm2 (with strict-warnings)Todd Short
2018-03-19Fix no-sm3 (and no-sm2)Todd Short
2018-03-19Fix no-sm2Matt Caswell
2018-03-19Revise and cleanup; use strict,warningsRich Salz
2018-03-19Don't use a ssl specific DRBG anymoreKurt Roeckx
2018-03-19Make the public and private DRBG thread localKurt Roeckx
2018-03-19Handle evp_tests assumption of EVP_PKEY_FLAG_AUTOARGLENJack Lloyd
2018-03-19Support SM2 ECIES scheme via EVPJack Lloyd
2018-03-19Add SM2 signature and ECIES schemesJack Lloyd
2018-03-19MIPS assembly pack: default heuristic detection to little-endian.Andy Polyakov
2018-03-19Fix bio callback backward compatibilityBernd Edlinger
2018-03-19Fix no-cmacMatt Caswell
2018-03-17Fix miscellaneous typos in docs and sourceDr. Matthias St. Pierre
2018-03-17ts_RESP_sign: Don't try to use v2 signing when ESS digest isn't setRichard Levitte
2018-03-17Return error when trying to use prediction resistanceKurt Roeckx
2018-03-17Propagate the request for prediction resistance to the get entropy callKurt Roeckx
2018-03-17Fixed a crash in error handing of rand_drbg_newBernd Edlinger
2018-03-17Fix error handling in b2i_dss and b2i_rsaBernd Edlinger
2018-03-16RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre
2018-03-15Publish the RAND_DRBG APIDr. Matthias St. Pierre
2018-03-15Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell
2018-03-15Add functions for setting the new EVP_PKEY_ASN1_METHOD functionsMatt Caswell
2018-03-15Make sure all errors go on the stack in the EVP_PKEY_new*() functionsMatt Caswell
2018-03-15Add the function EVP_PKEY_new_CMAC_key()Matt Caswell
2018-03-15Add support for setting raw private Poly1305 keysMatt Caswell
2018-03-15Add support for setting raw private SIPHASH keysMatt Caswell
2018-03-15Add support for setting raw private HMAC keysMatt Caswell
2018-03-15Add support for setting raw private/public 25519/448 keysMatt Caswell
2018-03-15Add functions to create an EVP_PKEY from raw private/public key dataMatt Caswell
2018-03-15Missings OIDs for XTS added.Pauli
2018-03-14Fix an error number clashMatt Caswell
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell
2018-03-13ec/curve25519.c: resolve regression with Android NDK's arm64 gcc.Andy Polyakov
2018-03-13store/loader_file.c: rename variables causing conflicts with Android NDK.Andy Polyakov
2018-03-13update SRP copyright noticeTim Hudson
2018-03-12Adjust LPdir_unix.c on VMS for OpenSSL expectationsRichard Levitte
2018-03-12CONF: On VMS, treat VMS syntax inclusion paths correctlyRichard Levitte
2018-03-12Free the correct type in OBJ_add_object()Matt Caswell
2018-03-12Improve error handling in pk7_doitMatt Caswell
2018-03-12Add OIDs for DSTU-4145gmile