30204 Commits (796f4f7085ac95a1b0ccee8ff3c6c183219cdab2)
 

Author SHA1 Message Date
Pauli 105c83150f bn: procduce correct sign for result of BN_mod()
2 years ago
Pauli 0f71b1eb6c changes: add entry noting the removal of ERR_GET_FUNC()
2 years ago
Pauli 4e20312ba6 doc: update documentation to note removal of ERR_GET_FUNC()
2 years ago
Pauli 561e5cda7b err: remove ERR_GET_FUNC()
2 years ago
Pauli ef1e0242a9 test: add some integral type size sanity checks
2 years ago
Pauli 4e20d04ee0 util: add -fips option to wrap.pl to make using the FIPS provider easier
2 years ago
Shane Lontis 9d300aa21b Add HKDF negative tests
2 years ago
Shane Lontis 866376432b Add test for provider gettables
2 years ago
Matt Caswell e54f0c9b2f Avoid "excessive message size" for session tickets
2 years ago
Tomas Mraz 2f61bc17d4 update fips checksums
2 years ago
Tomas Mraz 3f773c911a fips module header inclusion fine-tunning
2 years ago
Martin Schwenke 1627a41f1d bn: Make fixed-length Montgomery Multiplication conditional on PPC64
2 years ago
Martin Schwenke e7370fa016 bn: Fix .size directive
2 years ago
Martin Schwenke bf9b78214d bn: Use a basic branch-if-not-zero
2 years ago
Tomas Mraz 643ce3108f rsa_cms_verify: Avoid negative return with missing pss parameters
2 years ago
Tomas Mraz 0a02c81f81 Coverity #1486687: fix potential dereference of NULL keymgmt
2 years ago
Pauli f7546162d4 doc: include PBKDF1 documentation in build.info
2 years ago
Pauli 97419ce97d doc: add PBKDF1 provider documentation
2 years ago
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