aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Add sha/asm/keccak1600-avx512.pl.Andy Polyakov2017-07-071-0/+449
* Address potential buffer overflows.Pauli2017-07-073-46/+80
* change return (x) to return xPauli2017-07-073-35/+35
* Remove some now-unneeded VMS controlsRich Salz2017-07-061-16/+4
* BIO range checking.Pauli2017-07-073-81/+90
* Cleanup RAND_load_file,RAND_write_fileRich Salz2017-07-063-146/+103
* Memory bounds checking in asn1 code.Pauli2017-07-066-48/+55
* Add two trivial fixes from old commitsRich Salz2017-07-051-0/+1
* Fix crashRich Salz2017-07-051-0/+2
* Undo commit cd359b2Rich Salz2017-07-051-41/+0
* Undo commit 40720ceRich Salz2017-07-051-12/+9
* Undo commit de02ec2Rich Salz2017-07-052-59/+1
* Undo commit 0755217Rich Salz2017-07-051-1/+0
* STORE 'file' scheme loader: fix try_decode_params() to check ambiguityRichard Levitte2017-07-051-10/+26
* Fix small UI issuesRichard Levitte2017-07-052-9/+13
* Avoid possible memleak in X509_policy_check()Richard Levitte2017-07-051-3/+7
* Undo commit d420ac2Rich Salz2017-07-0523-129/+99
* STORE: fix possible memory leakRichard Levitte2017-07-041-6/+6
* Use the return value from write(2)Pauli2017-07-041-2/+5
* BN_pseudo_rand is really BN_randRich Salz2017-07-033-18/+11
* 'make update' after objects/objects.txt update.Andy Polyakov2017-07-032-5/+161
* objects/objects.txt: add SHA3 OIDs.Andy Polyakov2017-07-031-1/+36
* sha/keccak1600.c: internalize KeccakF1600 and simplify SHA3_absorb.Andy Polyakov2017-07-031-35/+17
* sha/asm/keccak1600-x86_64.pl: close gap with Keccak Code Package.Andy Polyakov2017-07-031-32/+31
* sha/asm/keccak1600-s390x.pl: typo and readability, minor size optimization.Andy Polyakov2017-07-031-15/+8
* x86_64 assembly pack: fill some blanks in Ryzen results.Andy Polyakov2017-07-035-5/+5
* Remove the possibility to disable the UI module entirelyRichard Levitte2017-07-035-222/+218
* Make sure OSSL_STORE_load() isn't caught in an endless loopRichard Levitte2017-07-031-0/+3
* Fix copyright date for the ARIA evp file.Pauli2017-07-031-1/+1
* STORE 'file' scheme loader: DNS name in URI is case insensitiveRichard Levitte2017-07-021-1/+1
* Cleanup some copyright stuffRich Salz2017-06-307-1807/+8
* Fix build with no-threads no-ecDr. Stephen Henson2017-06-301-0/+1
* Fix atfork flag. Avoid double-negatives :)Rich Salz2017-06-301-1/+1
* Merge Intel copyright notice into standardRich Salz2017-06-308-289/+78
* Add fork handlers, based on pthread_atforkRich Salz2017-06-295-0/+50
* STORE: Make sure the loader to be registered is completeRichard Levitte2017-06-293-0/+11
* STORE: simplify store_loader_cmp()Richard Levitte2017-06-291-5/+2
* Add sha/asm/keccak1600-s390x.pl.Andy Polyakov2017-06-291-0/+568
* sha/asm/keccak1600-x86_64.pl: add CFI directives.Andy Polyakov2017-06-291-0/+40
* sha/asm/keccak1600-x86_64.pl: optimize by re-ordering instructions.Andy Polyakov2017-06-291-83/+95
* sha/asm/keccak1600-x86_64.pl: remove redundant moves.Andy Polyakov2017-06-291-28/+50
* Add sha/asm/keccak1600-x86_64.pl.Andy Polyakov2017-06-291-0/+535
* Add internal functions to fetch PEM data from an opened BIORichard Levitte2017-06-296-0/+116
* Make it possible to tell the file loader to use secure memoryRichard Levitte2017-06-293-7/+53
* STORE 'file' scheme loader: refactor the treatment of matchesRichard Levitte2017-06-291-59/+135
* STORE: add ENGINE information to loadersRichard Levitte2017-06-293-1/+22
* STORE 'file' scheme loader: Add directory listing capabilityRichard Levitte2017-06-294-74/+237
* STORE 'file' scheme loader: Add handler for encrypted PKCS#8 dataRichard Levitte2017-06-293-4/+84
* STORE 'file' scheme loader: refactor file_load to support decoding restartRichard Levitte2017-06-293-111/+180
* STORE: Add a OSSL_STORE_INFO type to help support file handler restartsRichard Levitte2017-06-294-1/+70