summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* check i2d_ASN1_TYPE return valuebonniegong2021-05-141-0/+2
* http_client.c: Fix inconsistency w.r.t. type of max_resp_lenDr. David von Oheimb2021-05-131-3/+3
* Replace some of the ERR_clear_error() calls with mark callsTomas Mraz2021-05-139-31/+44
* crypto/arm_arch.h: add a variable declarationXiaofei Bai2021-05-141-0/+1
* ARM assembly pack: translate bit-sliced AES implementation to AArch64Ben Avison2021-05-142-2/+2341
* Fallback to legacy pem decoding if OSSL_DECODER failsTomas Mraz2021-05-131-4/+150
* Implement pem_read_key directly through OSSL_DECODERTomas Mraz2021-05-134-58/+40
* Replace EVP_PKEY_supports_digest_nidTomas Mraz2021-05-131-14/+13
* Drop ASN1_PKEY_CTRL_SUPPORTS_MD_NIDTomas Mraz2021-05-131-2/+1
* x509: fix a dangling pointerPauli2021-05-131-1/+3
* Add $AESDEF in libdefault.a to fix aes regressionXiaofei Bai2021-05-131-0/+1
* Export/import flags for FFC params changed to seperate fields.Shane Lontis2021-05-133-40/+35
* make updateBenjamin Kaduk2021-05-121-0/+1
* HTTP client: Minimal changes that include the improved APIDr. David von Oheimb2021-05-125-175/+152
* Add ASN1_item_i2d_mem_bio(); document and improve also ASN1_item_d2i_bio()Dr. David von Oheimb2021-05-122-0/+20
* A few cleanups of the provider build.infosTomas Mraz2021-05-121-1/+1
* encoder: add a _name() function for encoders and decodersPauli2021-05-123-0/+21
* property: create property names more eagerly.Pauli2021-05-121-2/+2
* Add OID for RPKI id-ct-signedChecklistJob Snijders2021-05-123-5/+12
* evp: fix return code check.Pauli2021-05-121-1/+1
* coverity: fix 1484542 dereference after null checkPauli2021-05-121-4/+2
* Fix missing $CPUIDDEF in libdefault.aXiaofei Bai2021-05-111-0/+1
* Exclude child provider code from the FIPS moduleMatt Caswell2021-05-111-19/+49
* Don't convert pre-existing providers into childrenMatt Caswell2021-05-112-32/+100
* Add support for child provider to up_ref/free their parentMatt Caswell2021-05-115-35/+159
* Register callbacks with core for child provider creation/deletionMatt Caswell2021-05-112-40/+239
* Add the concept of a child OSSL_LIB_CTXMatt Caswell2021-05-115-8/+308
* Add the ability for ex_data to have a priorityMatt Caswell2021-05-1116-20/+61
* Only load the config file into the default libctx if necessaryMatt Caswell2021-05-111-2/+3
* Constify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set,get}table_params(), etc.Dr. David von Oheimb2021-05-113-6/+6
* Add convenience functions and macros for asymmetric key generationDr. David von Oheimb2021-05-116-8/+67
* reduce surprise in choice of CASE/String/STRING by allowing all inputs to be ...Michael Richardson2021-05-111-1/+2
* armcap: fix Mac M1 SHA512 support.David CARLIER2021-05-111-1/+14
* Fix i2d_PKCS8PrivateKey_nid_bio() regression.Shane Lontis2021-05-101-1/+7
* BIO_listen: disable setting ipv6_v6only on OpenBSD as it is a read only data ...David Carlier2021-05-091-1/+2
* Optimize RSA on armv8fangming.fang2021-05-093-0/+389
* Avoid division by zero in hybrid point encodingTheo Buehler2021-05-091-8/+33
* tasn_dec: use do/while around statement macrosBenjamin Kaduk2021-05-081-2/+2
* Crypto: Add deprecation compatibility declarations for SHA* message digest fu...Dr. David von Oheimb2021-05-085-63/+21
* Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...Dr. David von Oheimb2021-05-083-47/+81
* Remove unused code from the fips moduleShane Lontis2021-05-083-10/+11
* bn: Add fixed length (n=6), unrolled PPC Montgomery MultiplicationMartin Schwenke2021-05-083-1/+599
* provider: use a read lock when looking for a providerPauli2021-05-071-1/+1
* provider: flush the store cache when providers are loaded/unloaded.Pauli2021-05-072-15/+83
* Fixes #14662. Return all EC parameters even for named curvesJon Spillett2021-05-071-74/+130
* Fixes #15070. Allow custom algorithm ID ASN.1 encoding for provided ciphersJon Spillett2021-05-071-4/+10
* Drop libimplementations.aRichard Levitte2021-05-0710-15/+2
* Fix NULL dereference when ENCODER does not implement IMPORT_OBJECTPetr Gotthard2021-05-061-3/+7
* Update copyright yearMatt Caswell2021-05-0613-13/+13
* Make the -inform option to be respected if possibleTomas Mraz2021-05-063-29/+44