summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2017-07-07change return (x) to return xPauli
2017-07-06Remove some now-unneeded VMS controlsRich Salz
2017-07-07BIO range checking.Pauli
2017-07-06Cleanup RAND_load_file,RAND_write_fileRich Salz
2017-07-06Memory bounds checking in asn1 code.Pauli
2017-07-05Add two trivial fixes from old commitsRich Salz
2017-07-05Fix crashRich Salz
2017-07-05Undo commit cd359b2Rich Salz
2017-07-05Undo commit 40720ceRich Salz
2017-07-05Undo commit de02ec2Rich Salz
2017-07-05Undo commit 0755217Rich Salz
2017-07-05STORE 'file' scheme loader: fix try_decode_params() to check ambiguityRichard Levitte
2017-07-05Fix small UI issuesRichard Levitte
2017-07-05Avoid possible memleak in X509_policy_check()Richard Levitte
2017-07-05Undo commit d420ac2Rich Salz
2017-07-04STORE: fix possible memory leakRichard Levitte
2017-07-04Use the return value from write(2)Pauli
2017-07-03BN_pseudo_rand is really BN_randRich Salz
2017-07-03'make update' after objects/objects.txt update.Andy Polyakov
2017-07-03objects/objects.txt: add SHA3 OIDs.Andy Polyakov
2017-07-03sha/keccak1600.c: internalize KeccakF1600 and simplify SHA3_absorb.Andy Polyakov
2017-07-03sha/asm/keccak1600-x86_64.pl: close gap with Keccak Code Package.Andy Polyakov
2017-07-03sha/asm/keccak1600-s390x.pl: typo and readability, minor size optimization.Andy Polyakov
2017-07-03x86_64 assembly pack: fill some blanks in Ryzen results.Andy Polyakov
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte
2017-07-03Make sure OSSL_STORE_load() isn't caught in an endless loopRichard Levitte
2017-07-03Fix copyright date for the ARIA evp file.Pauli
2017-07-02STORE 'file' scheme loader: DNS name in URI is case insensitiveRichard Levitte
2017-06-30Cleanup some copyright stuffRich Salz
2017-06-30Fix build with no-threads no-ecDr. Stephen Henson
2017-06-30Fix atfork flag. Avoid double-negatives :)Rich Salz
2017-06-30Merge Intel copyright notice into standardRich Salz
2017-06-29Add fork handlers, based on pthread_atforkRich Salz
2017-06-29STORE: Make sure the loader to be registered is completeRichard Levitte
2017-06-29STORE: simplify store_loader_cmp()Richard Levitte
2017-06-29Add sha/asm/keccak1600-s390x.pl.Andy Polyakov
2017-06-29sha/asm/keccak1600-x86_64.pl: add CFI directives.Andy Polyakov
2017-06-29sha/asm/keccak1600-x86_64.pl: optimize by re-ordering instructions.Andy Polyakov
2017-06-29sha/asm/keccak1600-x86_64.pl: remove redundant moves.Andy Polyakov
2017-06-29Add sha/asm/keccak1600-x86_64.pl.Andy Polyakov
2017-06-29Add internal functions to fetch PEM data from an opened BIORichard Levitte
2017-06-29Make it possible to tell the file loader to use secure memoryRichard Levitte
2017-06-29STORE 'file' scheme loader: refactor the treatment of matchesRichard Levitte
2017-06-29STORE: add ENGINE information to loadersRichard Levitte
2017-06-29STORE 'file' scheme loader: Add directory listing capabilityRichard Levitte
2017-06-29STORE 'file' scheme loader: Add handler for encrypted PKCS#8 dataRichard Levitte
2017-06-29STORE 'file' scheme loader: refactor file_load to support decoding restartRichard Levitte
2017-06-29STORE: Add a OSSL_STORE_INFO type to help support file handler restartsRichard Levitte
2017-06-29STORE 'file' scheme loader: add support for the PKCS#12 containerRichard Levitte
2017-06-29STORE 'file' scheme loader: add support for containersRichard Levitte