summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* coverity: fix 1478169: dereference after NULL checkPauli2021-05-061-3/+11
* Remove all trace of FIPS_mode functionsRich Salz2021-05-064-16/+3
* Fix missing symbols in no-cms and no-ts buildTomas Mraz2021-05-051-7/+1
* mac: add EVP_MAC_finalXOF() functionPauli2021-05-053-9/+46
* Add .includedir pragmaRich Salz2021-05-052-9/+23
* Allow absolute paths to be setRich Salz2021-05-053-10/+29
* Fix KMAC bounds checks.Shane Lontis2021-05-051-0/+1
* HTTP client: Correct the use of optional proxy URL and its documentationDr. David von Oheimb2021-05-042-29/+24
* BIO_eof() and OSSL_STORE_eof(): Make sure to return 1 on error; improve relat...Dr. David von Oheimb2021-05-041-1/+1
* OSSL_DECODER_from_bio() Prevent spurious decoding error at EOFDr. David von Oheimb2021-05-041-4/+5