aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-12Add ASN1 declaration macros that take attributesRichard Levitte2-39/+87
2020-10-12Make OpenSSL::ParseC and OpenSSL::Ordinals treat deprecation consistentlyRichard Levitte2-5/+13
2020-10-12Add convenience macros OSSL_DEPRECATEDIN_{major}_{minor}Richard Levitte1-26/+60
2020-10-12Add definitions of OSSL_DEPRECATED[_FOR] for Microsoft VCRichard Levitte1-1/+15
2020-10-12Change OSSL_DEPRECATED to take a version argumentRichard Levitte1-13/+26
2020-10-12Add a macro OSSL_DEPRECATED for compiler dependent deprecation attributesRichard Levitte1-17/+20
2020-10-12coverity 1403324 negative array index: check for finding an unknown value and...Pauli1-2/+23
2020-10-12coverity 1414446 out-of-bounds access: allocate \0 terminator byte to be safePauli1-2/+2
2020-10-12vms: move otherwise dead code into the VMS relevant path.Pauli1-2/+5
2020-10-10Adapt some code to OSSL_ENCODER_to_data() / OSSL_DECODER_from_data()Richard Levitte3-37/+19
2020-10-10ENCODER / DECODER: Add functions to encode/decode to/from a bufferRichard Levitte7-7/+107
2020-10-09Fix diverse ERR code conflictsRichard Levitte1-54/+72
2020-10-09make ordinalsRichard Levitte1-23/+0
2020-10-09Modify util/mknum.pl to drop new symbols that don't exist any moreRichard Levitte1-5/+17
2020-10-09OpenSSL::Ordinals: Add options for the writing functionsRichard Levitte1-3/+18
2020-10-09INSTALL.md: Drop trailing spaces on a lineTomas Mraz1-1/+1
2020-10-09Disabled symbol_presence test on NonStop due to different nm format.Randall S. Becker1-0/+1
2020-10-08Set mark and pop error in d2i_PrivateKey_exDaniel Bevenius2-2/+34
2020-10-08Fix zero-length content verification in S/MIME formatDmitry Belyavskiy2-2/+2
2020-10-08Tests for processing zero-length content in SMIME formatDmitry Belyavskiy2-0/+17
2020-10-08Correct and simplify use of ERR_clear_error() etc. for loading DSO libsDr. David von Oheimb5-20/+40
2020-10-08Allow to continue on UNABLE_TO_VERIFY_LEAF_SIGNATUREAndré Klitzing1-3/+9
2020-10-08Fix the decoder start type handlingMatt Caswell1-1/+1
2020-10-08Add a test for encoding and decoding of parameters filesMatt Caswell1-32/+167
2020-10-08Fix encoding of DHX parameters filesMatt Caswell1-4/+15
2020-10-08Expose PKCS7_get_octet_string and PKCS7_type_is_otherJordan Montgomery6-2/+93
2020-10-08Document install_fips in INSTALL.mdRichard Levitte1-0/+3
2020-10-08providers/build.info: Tag the FIPS module, for the build fileRichard Levitte1-1/+1
2020-10-08descrip.mms.tmpl: Add a target to install the FIPS module configRichard Levitte1-0/+19
2020-10-08windows-makefile.tmpl: Add a target to install the FIPS module configRichard Levitte1-0/+19
2020-10-08unix-Makefile.tmpl: Add a target to install the FIPS module configRichard Levitte1-0/+20
2020-10-08ERR: fix comment typo in err.cDaniel Bevenius1-1/+1
2020-10-07ocsp.h: Fix backward compatibility declaration of OCSP_parse_url()Dr. David von Oheimb1-1/+2
2020-10-07apps: remove internal/cryptlib.h include that isn't usedPauli1-4/+9
2020-10-07rsa: add ossl_ prefix to internal rsa_ calls.Pauli34-444/+449
2020-10-07Avoid memory leak of parent on allocation failure for child structureBenny Baumann1-2/+4
2020-10-07Use size of target buffer for allocationBenny Baumann1-1/+1
2020-10-06Move CMP CLI test output files to BLDTOP/test-runs/test_cmp_cli/Dr. David von Oheimb5-129/+140
2020-10-06Test.pm: Add result_dir and export both result_dir and result_fileDr. David von Oheimb1-9/+40
2020-10-06Change CVE link style in CHANGES and NEWSDr. Matthias St. Pierre2-505/+505
2020-10-06Update CHANGES and NEWS for 1.1.1h releaseDr. Matthias St. Pierre2-2/+95
2020-10-06ffc: add _ossl to exported but internal functionsPauli28-379/+406
2020-10-06doc: remove duplicated code in examplePauli1-4/+0
2020-10-05Some OIDs used in Russian X.509 certificates.Dmitry Belyavskiy7-9/+113
2020-10-04APPS: Reduce deprecation warning suppression - ENGINERichard Levitte6-102/+162
2020-10-04DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY()Richard Levitte7-16/+30
2020-10-04DECODER: Handle abstract object data typeRichard Levitte2-6/+69
2020-10-03Configuration: add initial NonStop values in OpenSSL::configRichard Levitte1-0/+19
2020-10-03Ensure that _GNU_SOURCE is defined for NI_MAXHOST and NI_MAXSERVdrgler1-0/+4
2020-10-03Fix segfault on missing provider_query_operation()Nicola Tuveri1-1/+2