29986 Commits (56cd5dc78b3cecd2c6cf98b0d235b126e82f0dd2)
 

Author SHA1 Message Date
Pauli 56cd5dc78b provider: use #define for PBKDF1 algorithm name
2 years ago
Richard Levitte f40c5f2c53 PROV & STORE: Make the 'file:' store loader understand more binary formats
2 years ago
Richard Levitte 0550cdeb80 PROV & STORE: Don't decode keys in the 'file:' store loader
2 years ago
Richard Levitte a9fa32c2a0 TEST: Add testing of PVK and MSBLOB files to test_store
2 years ago
Matt Caswell 3c0d0eca35 Work around a 32-bit mingw failure
2 years ago
Matt Caswell 4616a61416 Use TEST_time_t_* functions in cmp_hrd_test.c
2 years ago
Matt Caswell 53d0d01fd4 Avoid some MinGW test failures
2 years ago
Oliver Mihatsch 3a1d2b5952 Fix memory leak in i2d_ASN1_bio_stream
2 years ago
Tomas Mraz 5cffc49f72 PEM_read_...: document that garbage and other PEM data is skipped
2 years ago
Tomas Mraz d82d1d11d4 load_key_certs_crls: Avoid reporting any spurious errors
2 years ago
Tomas Mraz e58087842c test_pem_reading: Test loading a key from a file with multiple PEM data
2 years ago
Tomas Mraz bb8a24503c load_pkey_pem: Check for spurious errors when loading
2 years ago
Tomas Mraz 66a7c9f34b pem_read_bio_key: Add passphrase caching to avoid asking for password twice
2 years ago
Tomas Mraz fbbd425336 pem_read_bio_key_decoder: Avoid spurious error on unknown PEM data
2 years ago
Shane Lontis 92d7120c60 Fix compile errors when building with --api=1.1.0 no-deprecated.
2 years ago
Paul Kehrer 6a74852907 update pyca-cryptography regression test suite
2 years ago
Randall S. Becker 6870c1e7b7 Defined out MUTEX attributes not available on NonStop SPT Threads.
2 years ago
Tomas Mraz d60e719c2d doc: Mention the update of der data pointers in d2i/i2d
2 years ago
Richard Levitte 025312431d DOC: clarify OPENSSL_API_COMPAT
2 years ago
Pauli a5a4dac988 ci: add a memory sanitiser test run
2 years ago
Pauli 514b76917c afalg: add some memory initialisation calls to pacify memory sanitisation.
2 years ago
Randall S. Becker d720e60357 Document cross-compile considerations for NonStop x86 builds.
2 years ago
David Benjamin 36a4637e15 Fix use of uninitialized memory in test_rsa_oaep
2 years ago
Dr. David von Oheimb 1986f6152f OSSL_CRMF_{CERTTEMPLATE,CERTID}_get0_serialNumber(): Make result const for consistency
2 years ago
Dr. David von Oheimb 66be663b64 cmp_mock_srv.c: Add missing OldCertID check for 'kur' cert update requests
2 years ago
Dr. David von Oheimb 7df56adac7 CMP: Add missing getter functions to CRMF API and CMP API
2 years ago
Pauli b9bc8eb054 test: fix test ordering in threads test
2 years ago
Pauli 5e56f4587d evp: fix coverity 1473380 Copy into fixed size buffer (STRING_OVERFLOW)
2 years ago
Pauli 98431c4313 dh_test: fix coverity 1473239 Argument cannot be negative (NEGATIVE_RETURNS)
2 years ago
Pauli 159dacca46 s_time: avoid unlikely division by zero
2 years ago
Pauli 196feb18de bio: check for valid socket when closing
2 years ago
Pauli 01fb4bff9b test: fix coverity 1469427 Improper use of negative value (NEGATIVE_RETURNS)
2 years ago
Pauli 10af976962 x509: improve error reporting
2 years ago
Dmitry Belyavskiy a73a5d0a14 Missing link to fips_config documentation
2 years ago
Tomas Mraz 452580e5b0 coverity #1486532: fix potential NULL dereference in test_mk_file_path()
2 years ago
Tomas Mraz 475c5bbd10 coverity #1486531: return error properly from x509_pubkey_ex_new_ex()
2 years ago
Richard Levitte 69e14a546d EVP: Have EVP_PKCS82PKEY_ex() pass a correct selection to OSSL_DECODER
2 years ago
Richard Levitte 398f8fe1c4 DECODER & ENCODER: Make sure to pass around the original selection bits
2 years ago
Dr. David von Oheimb 6eaf139f62 ossl_cmp_error_new(): Fix Coverity issue 1486534, and consequently also issues 1486536 and 1486533
2 years ago
Hubert Kario b2eabccbe5 doc: make error checking in ticket handling code explicit
2 years ago
David CARLIER f0b9e75e4f darwin platform replacing getentropy usage by platform api instead.
2 years ago
Richard Levitte 19c0b46b83 OSSL_STORE: Fix crash when tracing STORE
2 years ago
Richard Levitte f616ad4b02 ENCODER & DECODER: Make a tighter coupling between en/decoders and keymgmt
2 years ago
Richard Levitte 16561896ae PROV: Have our PEM->DER decoder only recognise our PEM names
2 years ago
Matt Caswell 6ee4741281 Ensure ordinals are created during release process
2 years ago
Lőrinczy, Zsigmond 52f5407dc1 Update config.pm
2 years ago
Pauli 9f54970c1d evp_test: use correct size in memory clear
2 years ago
Dr. David von Oheimb 4acda8635e DOC: Clarify the role of EKUs including defaults for TLS client and server use
2 years ago
Richard Levitte 426005eea5 Fix 'openssl req' to correctly use the algorithm from '-newkey algo:nnnn'
2 years ago
Richard Levitte 92eb592b3b ENCODER & DECODER: Allow en/decoders to have multiple names
2 years ago