summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Check file name for not being NULL before opening itЗишан Мирза2024-09-262-0/+15
* Remove double engine reference in ossl_ec_key_dup()Зишан Мирза2024-09-261-7/+1
* Fix NULL ptr dereference on EC_POINT *pointShawn C2024-09-262-1/+5
* ctr-drbg: always use the DF for OpenSSL's DRBGsPauli2024-09-241-4/+5
* Check sk_X509_value result before dereferenceJohnnySavages2024-09-241-0/+2
* OSSL_HTTP_adapt_proxy(): fix handling of escaped IPv6 host addresses and of w...David von Oheimb2024-09-231-2/+16
* OSSL_HTTP_open(): fix completion with default port for IPv6 host addressesDavid von Oheimb2024-09-231-4/+15
* Fix smime-type for AuthEnvelopedDataJakub Zelenka2024-09-191-0/+2
* Fix big-endian Power10 chacha20 implementationPaul E. Murphy2024-09-191-4/+4
* fips: continuous random bit generator testsPauli2024-09-192-53/+37
* Add failed entropy continuous test errorPauli2024-09-191-0/+2
* Don't restrict what EVP_PKEY_Q_keygen can be used forMatt Caswell2024-09-171-8/+1
* feat: use ossl_serial_number_print in X509_print_exJonathan M. Wilbur2024-09-161-31/+4
* feat: add ossl_serial_number_printJonathan M. Wilbur2024-09-162-3/+45
* feat: support the roleSpecCertIdentifier X.509v3 extensionJonathan M. Wilbur2024-09-164-1/+99
* EVP_get_default_properties - implementationDmitry Belyavskiy2024-09-161-0/+5
* fix small footprint builds on armGerd Hoffmann2024-09-121-0/+4
* feat: print <none> in issuer serials in ac targeting extensionJonathan M. Wilbur2024-09-101-0/+4
* feat: support the authorityAttributeIdentifier X.509v3 extensionJonathan M. Wilbur2024-09-104-1/+83
* Fix no-thread-pool build on WindowsTomas Mraz2024-09-101-1/+1
* Complain about a missing digest when doing deterministic ECDSAMatt Caswell2024-09-091-0/+4
* Fix Edge Cases in Password Callback Handlingerbsland-dev2024-09-092-6/+10
* crypto/pkcs12/p12_mutl.c: Add check and EVP_MD_free() for EVP_MD_fetch()Jiasheng Jiang2024-09-051-0/+4
* feat: add TCG / platform certificate OIDsJonathan M. Wilbur2024-09-053-5/+931
* Recycle the TLS key that holds thread_event_handlerZhihao Yuan2024-09-051-3/+5
* threads_win: fix improper cast to long * instead of LONG *Georgi Valkov2024-09-051-1/+1
* threads: follow formatting rulesGeorgi Valkov2024-09-053-26/+30
* Fix memleak in rsa_cms_sign error pathDaniel Gustafsson2024-09-051-1/+4
* crypto: fix missing <winsock.h> indirection inclusion.FdaSilvaYY2024-09-052-0/+3
* Copyright year updatesTomas Mraz2024-09-05181-182/+182
* EVP_CIPHER_CTX_get_algor_params() may attempt to access params arrayAlexandr Nedvedicky2024-09-031-1/+3
* s390x: Disable HMAC hardware acceleration when an engine is used for the digestIngo Franzki2024-09-031-0/+36
* Avoid type errors in EAI-related name check logic.Viktor Dukhovni2024-09-031-25/+53
* Add support for elf_aux_info() on OpenBSDBrad Smith2024-09-022-4/+6
* Missing .rodata for AVX2/AVX512 codepathsTheo Buehler2024-09-025-7/+9
* Detect MinGW 32 bit for NO_INTERLOCKEDOR64Adam (ThinLinc team)2024-09-021-1/+1
* s390x: Fix HMAC digest detectionIngo Franzki2024-09-021-11/+5
* Improve base64 BIO correctness and error reportingViktor Dukhovni2024-08-302-64/+64
* s390x: support CPACF sha3/shake performance improvementsJoerg Schmidbauer2024-08-293-3/+12
* Add ED25519 and ED448 support for EVP_PKEY_{sign,verify}_init_ex2()Richard Levitte2024-08-291-0/+2
* Refactor OpenSSL 'EdDSA' EVP_SIGNATURE to allow use with EVP_PKEY functionsRichard Levitte2024-08-292-19/+4
* EVP_MD_size() updatesslontis2024-08-2911-13/+20
* Update code to use EVP_MD_xof()slontis2024-08-291-5/+5
* XOF / EVP_MD_size() changes.slontis2024-08-292-13/+40
* RSA decoder should check also sanity of p, q, e, d ... with respect to nsashan2024-08-282-0/+56
* feat: add support for issuedOnBehalfOf X.509v3 extensionJonathan M. Wilbur2024-08-274-1/+35
* fix coding styleRichard Levitte2024-08-271-73/+73
* feat: Implement EVP_PKEY_CTX_{set,get}_algor_params() and EVP_PKEY_CTX_get_al...Richard Levitte2024-08-271-0/+116
* feat: Implement EVP_CIPHER_CTX_{set,get}_algor_params() and EVP_CIPHER_CTX_ge...Richard Levitte2024-08-273-44/+144
* fix: alias auditEntity OIDJonathan M. Wilbur2024-08-264-962/+966