aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* openssl_hexstr2buf_sep(): Prevent misleading 'malloc failure' errors on short...Dr. David von Oheimb2020-12-103-1/+9
* v2i_AUTHORITY_KEYID(): Correct out-of-memory behavior and avoid mem leaksDr. David von Oheimb2020-12-101-8/+9
* X509V3_EXT_add_nconf_sk(): Improve description and use of 'sk' arg, which may...Dr. David von Oheimb2020-12-101-3/+3
* x509v3_config.pod: Clarify semantics of subjectKeyIdentifier and authorityKey...Dr. David von Oheimb2020-12-101-1/+1
* Read MIDR_EL1 system register on aarch64Fangming.Fang2020-12-093-0/+62
* rand: allow seed-src to be missingPauli2020-12-091-1/+4
* Fix error clash in buildPauli2020-12-091-1/+1
* rand: add a provider side seed source.Pauli2020-12-092-2/+53
* EVP: Add EVP_PKEY_get_group_name() to extract the group name of a pkeyRichard Levitte2020-12-083-43/+57
* EVP: constify the EVP_PKEY_get_*_param() argument |pkey|Richard Levitte2020-12-081-6/+9
* Add MAP_CONCEAL from OpenBSD which has similar purpose but on mmapDavid Carlier2020-12-081-1/+4
* CRYPTO_secure_malloc_init: Add FreeBSD support for secure-malloc dont-dump-re...David Carlier2020-12-081-0/+3
* STORE: clear err after ossl_store_get0_loader_intDaniel Bevenius2020-12-081-1/+14
* Fix no-errMatt Caswell2020-12-081-53/+58
* Complain if we are attempting to encode with an invalid ASN.1 templateMatt Caswell2020-12-081-0/+16
* Check that multi-strings/CHOICE types don't use implicit taggingMatt Caswell2020-12-083-0/+21
* Correctly compare EdiPartyName in GENERAL_NAME_cmp()Matt Caswell2020-12-081-3/+42
* DirectoryString is a CHOICE type and therefore uses explicit taggingMatt Caswell2020-12-081-2/+3
* Deprecate EC_POINT_bn2point and EC_POINT_point2bn.Shane Lontis2020-12-074-92/+127
* Change OPENSSL_hexstr2buf_ex() & OPENSSL_buf2hexstr_ex() to pass the separatorShane Lontis2020-12-072-5/+6
* PEM: Add a more generic way to implement PEM _ex functions for libctxRichard Levitte2020-12-052-14/+38
* EVP: Adjust EVP_PKEY_size(), EVP_PKEY_bits() and EVP_PKEY_security_bits()Richard Levitte2020-12-051-13/+15
* DSA: Make DSA_bits() and DSA_size() check that there are key parametersRichard Levitte2020-12-052-6/+10
* x509_vfy.c: Improve comments (correcting typos etc.)Dr. David von Oheimb2020-12-041-13/+13
* Fix EVP_PKEY_CTX propq so that it uses a copyShane Lontis2020-12-041-3/+16
* fix x509_PUBKEY propq so that it uses a copyShane Lontis2020-12-041-3/+25
* Fix x509_crl propq so that it uses a copyShane Lontis2020-12-041-1/+16
* Fix X509 propq so it does not use referencesShane Lontis2020-12-041-6/+14
* x509_vfy.c: Restore rejection of expired trusted (root) certificateDr. David von Oheimb2020-12-032-22/+22
* remove unused initialisationsPauli2020-12-032-4/+1
* remove unused assignmentsPauli2020-12-038-18/+6
* remove unused return value assignmentsPauli2020-12-032-2/+2
* Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-12-026-33/+23
* ENCODER: Don't pass libctx to OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-12-021-4/+26
* cmp_client.c: Fix indentation and remove empty lineAnkita Shetty2020-12-021-4/+3
* cmp_client.c: Remove dead code of variable 'txt' in cert_response()Ankita Shetty2020-12-021-6/+1
* Don't Overflow when printing Thawte Strong Extranet VersionMatt Caswell2020-12-021-3/+15
* Add EVP_KDF-X942 to the fips moduleShane Lontis2020-12-023-4/+6
* RSA: correct digestinfo_ripemd160_der[]Richard Levitte2020-11-301-4/+4
* aes/asm/aesv8-armx.pl: avoid 32-bit lane assignment in CTR modeArd Biesheuvel2020-11-301-14/+14
* Fix instances of pointer addition with the NULL pointerMatt Caswell2020-11-303-13/+22
* ERR: drop err_delete_thread_state() TODO markerRichard Levitte2020-11-281-2/+1
* ERR: Drop or deprecate dangerous or overly confusing functionsRichard Levitte2020-11-281-15/+5
* X509_dup: fix copying of libctx and propq using new ASN1_OP_DUP_POST cb opera...Dr. David von Oheimb2020-11-272-2/+34
* EVP_PKEY & DSA: Make DSA EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte2020-11-273-144/+161
* Update bio_ok.cihsinme2020-11-271-1/+1
* Deprecate more DH functionsMatt Caswell2020-11-271-0/+6
* Deprecate EVP_PKEY_assign_DH and other similar macrosMatt Caswell2020-11-271-1/+1
* Deprecate DH_new as well as i2d_DHparams and d2i_DHparamsMatt Caswell2020-11-271-1/+2
* ERR: Restore the similarity of ERR_print_error_cb() and ERR_error_string_n()Richard Levitte2020-11-273-32/+25