summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Free appname if it was set after initializing crypto.sgzmd2024-06-271-0/+2
* docs: document that *_free(NULL) does nothingVita Batrla2024-06-272-3/+3
* feat: add acceptablePrivilegePolicies and acceptableCertPolicies extsJonathan M. Wilbur2024-06-263-0/+28
* MASM: Need to strip arguments after .pdata or .xdataKelvin Lee2024-06-261-0/+1
* evp_pkey_ctx_setget_params_to_ctrl(): Always properly set ctx.action_typeTomas Mraz2024-06-261-2/+1
* Allow calling OPENSSL_INIT_free() with NULL argumentTomas Mraz2024-06-241-0/+3
* stricter parser for ipv4_from_ascDavid Benjamin2024-06-241-15/+52
* Support subjectDirectoryAttributes and associatedInformation extsJonathan M. Wilbur2024-06-245-1/+321
* Fix typos found by codespellDimitri Papadopoulos2024-06-241-1/+1
* Add Version Check for CSR Verificationerbsland-dev2024-06-213-1/+9
* Fix regression of EVP_PKEY_CTX_add1_hkdf_info() with older providersTomas Mraz2024-06-211-2/+9
* ASN1_item_verify_ctx(): Return -1 on fatal errorsTomas Mraz2024-06-211-0/+2
* feat: add delegatedNameConstraints and holderNameConstraints extsJonathan M. Wilbur2024-06-203-1/+25
* Some minor nit corrections in the thread code for rcuNeil Horman2024-06-203-1/+5
* CMP: add support for requesting cert template using genm/genpRajeev Ranjan2024-06-207-31/+290
* fix potential memory leak in PKCS12_add_key_ex()sashan2024-06-181-6/+9
* Add support for targetingInformation X.509v3 extensionJonathan M. Wilbur2024-06-176-15/+257
* OSSL_CMP_validate_msg(): fix check such that OSSL_CMP_OPT_PERMIT_TA_IN_EXTRAC...Dr. David von Oheimb2024-06-171-1/+1
* Fix memory leak on error in crypto/conf/conf_mod.cshridhar kalavagunta2024-06-051-1/+2
* Allow group methods to customize initialization for speedWatson Ladd2024-06-054-7/+200
* Remove the dead store in EVP_DecryptFinal_exCoolThi2024-05-301-2/+1
* enable AES-XTS optimization for AIXsanumesh2024-05-301-1/+1
* uefi: move variablesGerd Hoffmann2024-05-301-5/+5
* Fix potential memory leak in OSSL_IETF_ATTR_SYNTAX_add1_value()sashan2024-05-301-0/+1
* Removed hard coded value for cap in function ossl_rsa_multip_capGopal Sharma2024-05-301-1/+1
* threads_pthread.c: change inline to ossl_inlinesanumesh2024-05-281-9/+9
* Move stack of compression methods from libssl to OSSL_LIB_CTXsashan2024-05-283-4/+85
* rand: remove unimplemented librandom stub codeDimitri John Ledkov2024-05-241-3/+0
* EVP_CIPHER_CTX_get_key_length(): Add null check of ctx->cipherMax Ammann2024-05-241-0/+3
* rsa-oaep: block SHAKE usage in FIPS modeDimitri John Ledkov2024-05-221-0/+24
* fix crash in ecp_nistz256_point_add_affine()Alexandr Nedvedicky2024-05-221-1/+27
* For Unix, refactor OSSL_sleep() to use nanosleep() instead of usleep()Richard Levitte2024-05-221-13/+42
* Check DSA parameters for excessive sizes before validatingTomas Mraz2024-05-161-4/+40
* Optimizated calculation of shared power of 2 in bn_gcdAndrew Golovashevich2024-05-151-11/+23
* Intentionally break EVP_DigestFinal for SHAKE128 and SHAKE256Tomas Mraz2024-05-152-2/+4
* fix sm2 encryption implementation bug.Liu-Ermeng2024-05-151-4/+27
* fix: extension critical definition to default falseJonathan M. Wilbur2024-05-142-4/+6
* zeroize rsa->p,rsa->q on errorAlexandr Nedvedicky2024-05-141-4/+8
* Add reason codes with the correct offset for two alertsJacob Champion2024-05-142-0/+5
* threads_win: fix build error with VS2010Georgi Valkov2024-05-141-1/+1
* crypto/riscvcap: fix function declaration for hwprobe_to_capHongren Zheng2024-05-141-1/+1
* fips: zeroization of public security parameters (PSPs)Dimitri John Ledkov2024-05-133-0/+17
* Typo fixeswillmafh2024-05-131-1/+1
* Implement riscv_vlen_asm for riscv32Hongren Zheng2024-05-101-0/+17
* Print CPUINFO also for riscv processorsHongren Zheng2024-05-091-0/+30
* riscv: use hwprobe syscall for capability detectionHongren Zheng2024-05-091-0/+43
* Do not overwrite conf diagnostics in OSSL_LIB_CTX if not set in config fileTomas Mraz2024-05-091-4/+14
* Do not use bit fields for context data flag variablesTomas Mraz2024-05-091-4/+4
* Make conf_diagnostics apply also to the SSL conf errorsTomas Mraz2024-05-093-0/+19
* chacha-riscv64-v-zbb.pl: better formatYangyu Chen2024-05-081-37/+28