aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte124-376/+1286
2020-11-24Modify the ERR init functions to use the internal ERR string loadersRichard Levitte19-227/+373
2020-11-24ERR: Modify util/mkerr.pl to produce internal err string loadersRichard Levitte2-166/+330
2020-11-24Turn on Github CIMatt Caswell1-0/+83
2020-11-24Fix double-free in decoder_pkey.cPetr Gotthard1-1/+1
2020-11-24TEST: Make our test data binaryRichard Levitte5-6/+7
2020-11-23Move some libssl global variables into SSL_CTXMatt Caswell4-48/+49
2020-11-23Add a test for the dhparam CLI applicationMatt Caswell9-0/+194
2020-11-23Remove some unneeded variables from dhparamMatt Caswell1-2/+0
2020-11-23Add encoder support to dhparamMatt Caswell1-28/+19
2020-11-23Convert dhparam to be fully based on EVPMatt Caswell1-109/+166
2020-11-23Support for Android NDK r22-beta1Fred Hornsey1-31/+51
2020-11-23RSA: Fix guard mixupRichard Levitte2-1/+5
2020-11-22x509_vfy.c: Remove superfluous assignment to 'ret' in check_chain()Ankita Shetty1-4/+1
2020-11-20util/fix-deprecation: DEPRECATEDIN conversion util for public headersRichard Levitte1-0/+114
2020-11-20ossl_cmp_certreq_new(): Fix POPO key mismatch in case newPkey is just public keyDr. David von Oheimb1-1/+6
2020-11-20CMP: prevent misleading PKIStatusInfo output if not response availableDr. David von Oheimb2-0/+3
2020-11-20apps/cmp.c: Improve diagnostics on -server URL parse errorDr. David von Oheimb1-1/+3
2020-11-20apps/cmp.c: Add diagnostics on config file section(s) usedDr. David von Oheimb1-4/+4
2020-11-20apps.c: re-enable loading single certs and CRLs over HTTPDr. David von Oheimb1-6/+22
2020-11-20SSL: Change SSLerr() to ERR_raise()Richard Levitte2-3/+3
2020-11-20Fix crash in genpkey app when -pkeyopt digest:name is used for DH or DSA.Shane Lontis4-10/+42
2020-11-20Haiku system build fix.David Carlier1-0/+3
2020-11-20test RNG: set state to uninitialised as part of uninstantiate call.Pauli2-1/+2
2020-11-20disassociate test RNG from the DRBGsPauli1-161/+120
2020-11-20prov: move the entropy source out of the FIPS providerPauli22-239/+276
2020-11-20test: changes resulting from moving the entropy source out of the FIPS providerPauli1-1/+1
2020-11-20rand: move the entropy source out of the FIPS providerPauli14-15/+131
2020-11-20doc: Documentation changes for moving the entropy source out of the fips prov...Pauli7-6/+108
2020-11-19Add a test for setting, popping and clearing error marksMatt Caswell1-0/+119
2020-11-19Allow multiple nested marksMatt Caswell3-5/+7
2020-11-19Fix some warnings from clang 10 in params.cPauli1-8/+44
2020-11-19apps/pkcs12: Clean up the order in which many options are presentedDr. David von Oheimb2-26/+29
2020-11-19e_loader_attic.c: Improve result handling of file_load_try_decode()Dr. David von Oheimb1-1/+4
2020-11-19Allow for PKCS#12 input without MAC in p12_kiss.c and e_loader_attic.cDr. David von Oheimb2-2/+4
2020-11-19e_loader_attic.c: Remove redundant 'pass phrase' sub-string from try_decode_P...Dr. David von Oheimb1-1/+1
2020-11-19apps/storeutl: Add error output in case of parse/decryption/mac errors in inp...Dr. David von Oheimb1-3/+5
2020-11-19apps/pkcs12: Really do not perform MAC in case -nomacDr. David von Oheimb1-0/+1
2020-11-19apps/pkcs12: Do not prompt for password in case -nomac and -noenc/-nodesDr. David von Oheimb1-1/+1
2020-11-19Minor improvements of doc for ca and x509 appDr. David von Oheimb1-6/+6
2020-11-19apps/pkcs12: Retain test output filesDavid von Oheimb1-9/+9
2020-11-19Minor cleanup of error output for various appsDavid von Oheimb3-29/+16
2020-11-19apps/ca: Minor code and doc cleanupDavid von Oheimb2-4/+7
2020-11-18Deprecate RSA harderRichard Levitte44-756/+1182
2020-11-19Rename internal drbg_ functions so they have an ossl_ prefix.Pauli6-39/+39
2020-11-19Rename SHA3 internal functions so they have an ossl_ prefixPauli3-16/+17
2020-11-19rename sha1_ctrl to ossl_sha1_ctrl.Pauli4-7/+8
2020-11-19Provide side RNG functions renamed to have an ossl_ prefix.Pauli13-35/+35
2020-11-19rename mac_key_* to ossl_mac_key_*Pauli3-15/+15
2020-11-19rename md5_block_asm_data_order to ossl_md5_block_asm_data_orderPauli5-18/+18