I have not been able to find published test vectors for PBKDF2-HMAC-SHA-512. I\'ve built a function that (finally!) reproduces the 7 HMAC-SHA-512 test vectors in RFC 4231,
I was able to verify all results against one I created
With another run to verify my own results, I verified P = "password" S = "salt" c = 4096 dkLen = 64 with a BouncyCastle implementation that was copy/pasted from SO
Thank you so much for posting test vectors. I hope more people will verify