summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-11-24ERR: Modify util/mkerr.pl to produce internal err string loadersRichard Levitte
2020-11-24Turn on Github CIMatt Caswell
2020-11-24Fix double-free in decoder_pkey.cPetr Gotthard
2020-11-24TEST: Make our test data binaryRichard Levitte
2020-11-23Move some libssl global variables into SSL_CTXMatt Caswell
2020-11-23Add a test for the dhparam CLI applicationMatt Caswell
2020-11-23Remove some unneeded variables from dhparamMatt Caswell
2020-11-23Add encoder support to dhparamMatt Caswell
2020-11-23Convert dhparam to be fully based on EVPMatt Caswell
2020-11-23Support for Android NDK r22-beta1Fred Hornsey
2020-11-23RSA: Fix guard mixupRichard Levitte
2020-11-22x509_vfy.c: Remove superfluous assignment to 'ret' in check_chain()Ankita Shetty
2020-11-20util/fix-deprecation: DEPRECATEDIN conversion util for public headersRichard Levitte
2020-11-20ossl_cmp_certreq_new(): Fix POPO key mismatch in case newPkey is just public keyDr. David von Oheimb
2020-11-20CMP: prevent misleading PKIStatusInfo output if not response availableDr. David von Oheimb
2020-11-20apps/cmp.c: Improve diagnostics on -server URL parse errorDr. David von Oheimb
2020-11-20apps/cmp.c: Add diagnostics on config file section(s) usedDr. David von Oheimb
2020-11-20apps.c: re-enable loading single certs and CRLs over HTTPDr. David von Oheimb
2020-11-20SSL: Change SSLerr() to ERR_raise()Richard Levitte
2020-11-20Fix crash in genpkey app when -pkeyopt digest:name is used for DH or DSA.Shane Lontis
2020-11-20Haiku system build fix.David Carlier
2020-11-20test RNG: set state to uninitialised as part of uninstantiate call.Pauli
2020-11-20disassociate test RNG from the DRBGsPauli
2020-11-20prov: move the entropy source out of the FIPS providerPauli
2020-11-20test: changes resulting from moving the entropy source out of the FIPS providerPauli
2020-11-20rand: move the entropy source out of the FIPS providerPauli
2020-11-20doc: Documentation changes for moving the entropy source out of the fips prov...Pauli
2020-11-19Add a test for setting, popping and clearing error marksMatt Caswell
2020-11-19Allow multiple nested marksMatt Caswell
2020-11-19Fix some warnings from clang 10 in params.cPauli
2020-11-19apps/pkcs12: Clean up the order in which many options are presentedDr. David von Oheimb
2020-11-19e_loader_attic.c: Improve result handling of file_load_try_decode()Dr. David von Oheimb
2020-11-19Allow for PKCS#12 input without MAC in p12_kiss.c and e_loader_attic.cDr. David von Oheimb
2020-11-19e_loader_attic.c: Remove redundant 'pass phrase' sub-string from try_decode_P...Dr. David von Oheimb
2020-11-19apps/storeutl: Add error output in case of parse/decryption/mac errors in inp...Dr. David von Oheimb
2020-11-19apps/pkcs12: Really do not perform MAC in case -nomacDr. David von Oheimb
2020-11-19apps/pkcs12: Do not prompt for password in case -nomac and -noenc/-nodesDr. David von Oheimb
2020-11-19Minor improvements of doc for ca and x509 appDr. David von Oheimb
2020-11-19apps/pkcs12: Retain test output filesDavid von Oheimb
2020-11-19Minor cleanup of error output for various appsDavid von Oheimb
2020-11-19apps/ca: Minor code and doc cleanupDavid von Oheimb
2020-11-18Deprecate RSA harderRichard Levitte
2020-11-19Rename internal drbg_ functions so they have an ossl_ prefix.Pauli
2020-11-19Rename SHA3 internal functions so they have an ossl_ prefixPauli
2020-11-19rename sha1_ctrl to ossl_sha1_ctrl.Pauli
2020-11-19Provide side RNG functions renamed to have an ossl_ prefix.Pauli
2020-11-19rename mac_key_* to ossl_mac_key_*Pauli
2020-11-19rename md5_block_asm_data_order to ossl_md5_block_asm_data_orderPauli
2020-11-19Rename md5_sha1_* ossl_md5_sha1_*Pauli
2020-11-18DOC: Fix example in OSSL_PARAM_int.podRichard Levitte