Age | Commit message (Expand) | Author |
2018-07-03 | X.509: unpack RSA signatureValue field from BIT STRING | Maciej S. Szmigiero |
2018-05-30 | PKCS#7: fix direct verification of SignerInfo signature | Eric Biggers |
2018-05-16 | crypto: af_alg - fix possible uninit-value in alg_bind() | Eric Dumazet |
2018-05-01 | crypto: drbg - set freed buffers to NULL | Stephan Mueller |
2018-04-13 | X.509: Fix error code in x509_cert_parse() | Dan Carpenter |
2018-04-13 | async_tx: Fix DMA_PREP_FENCE usage in do_async_gen_syndrome() | Anup Patel |
2018-04-08 | crypto: ahash - Fix early termination in hash walk | Herbert Xu |
2018-02-28 | X.509: fix NULL dereference when restricting key with unsupported_sig | Eric Biggers |
2018-02-28 | PKCS#7: fix certificate chain verification | Eric Biggers |
2018-02-28 | X.509: fix BUG_ON() when hash algorithm is unsupported | Eric Biggers |
2018-02-25 | crypto: hash - prevent using keyed hashes without setting key | Eric Biggers |
2018-02-25 | crypto: hash - annotate algorithms taking optional key | Eric Biggers |
2018-02-17 | crypto: poly1305 - remove ->setkey() method | Eric Biggers |
2018-02-17 | crypto: mcryptd - pass through absence of ->setkey() | Eric Biggers |
2018-02-17 | crypto: cryptd - pass through absence of ->setkey() | Eric Biggers |
2018-02-17 | crypto: hash - introduce crypto_hash_alg_has_setkey() | Eric Biggers |
2018-02-13 | crypto: tcrypt - fix S/G table for test_aead_speed() | Robert Baronescu |
2018-02-03 | crypto: af_alg - whitelist mask and type | Stephan Mueller |
2018-02-03 | crypto: sha3-generic - fixes for alignment and big endian operation | Ard Biesheuvel |
2018-02-03 | crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH | Hauke Mehrtens |
2018-01-17 | crypto: algapi - fix NULL dereference in crypto_remove_spawns() | Eric Biggers |
2018-01-10 | crypto: pcrypt - fix freeing pcrypt instances | Eric Biggers |
2018-01-10 | crypto: chacha20poly1305 - validate the digest size | Eric Biggers |
2017-12-29 | crypto: mcryptd - protect the per-CPU queue with a lock | Sebastian Andrzej Siewior |
2017-12-20 | crypto: tcrypt - fix buffer lengths in test_aead_speed() | Robert Baronescu |
2017-12-20 | crypto: salsa20 - fix blkcipher_walk API usage | Eric Biggers |
2017-12-20 | crypto: hmac - require that the underlying hash algorithm is unkeyed | Eric Biggers |
2017-12-20 | crypto: rsa - fix buffer overread when stripping leading zeroes | Eric Biggers |
2017-12-14 | X.509: fix comparisons of ->pkey_algo | Eric Biggers |
2017-12-14 | X.509: reject invalid BIT STRING for subjectPublicKey | Eric Biggers |
2017-11-24 | crypto: dh - Fix double free of ctx->p | Eric Biggers |
2017-11-24 | crypto: dh - fix memleak in setkey | Tudor-Dan Ambarus |
2017-11-21 | crypto: dh - Don't permit 'key' or 'g' size longer than 'p' | Eric Biggers |
2017-11-21 | crypto: dh - Don't permit 'p' to be 0 | Eric Biggers |
2017-11-21 | Revert "crypto: xts - Add ECB dependency" | Sasha Levin |
2017-11-15 | crypto: ccm - preserve the IV buffer | Romain Izard |
2017-10-27 | pkcs7: Prevent NULL pointer dereference, since sinfo is not always set. | Eric Sesterhenn |
2017-10-21 | crypto: xts - Add ECB dependency | Milan Broz |
2017-10-18 | crypto: shash - Fix zero-length shash ahash digest crash | Herbert Xu |
2017-10-05 | crypto: drbg - fix freeing of resources | Stephan Mueller |
2017-09-27 | crypto: AF_ALG - remove SGL terminator indicator when chaining | Stephan Mueller |
2017-09-07 | crypto: algif_skcipher - only call put_page on referenced and used pages | Stephan Mueller |
2017-08-06 | crypto: authencesn - Fix digest_null crash | Herbert Xu |
2017-07-15 | crypto: rsa-pkcs1pad - use constant time memory comparison for MACs | Jason A. Donenfeld |
2017-07-12 | crypto: drbg - Fixes panic in wait_for_completion call | Stephan Mueller |
2017-06-14 | crypto: gcm - wait for crypto op not signal safe | Gilad Ben-Yossef |
2017-06-14 | crypto: drbg - wait for crypto op not signal safe | Gilad Ben-Yossef |
2017-06-14 | crypto: asymmetric_keys - handle EBUSY due to backlog correctly | Gilad Ben-Yossef |
2017-06-07 | crypto: skcipher - Add missing API setkey checks | Herbert Xu |
2017-05-20 | crypto: algif_aead - Require setkey before accept(2) | Stephan Mueller |